Computer Science, asked by rakesh9750, 11 months ago

Distinguish between time and space complexity of an algorithm

Answers

Answered by Anonymous
0

The time and space complexities are not related to each other. They are used to describe how much space/time your algorithm takes based on the input. For example when the algorithm has space complexity of: ... For every size of the input the algorithm will take the same (constant) amount of space.

Answered by Anonymous
0

Explanation:

the time and space complexity of an algorithm

Similar questions