59.7k views
5 votes
Answer Asap po!

Distinguish between space and time complexity.

User FadyFouad
by
7.9k points

1 Answer

4 votes

Time complexity of an algorithm quantifies the amount of time taken by an algorithm to run as a function of the length of the input.

Space complexity of an algorithm quantifies the amount of space or memory taken by an algorithm to run as a function of the length of the input

User Campey
by
7.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.