0
1.0kviews
SPACE AND TIME COMPLEXITY
1 Answer
0
10views

Space complexity is a function describing the amount of memory (space) an algorithm takes in terms of the amount of input to the algorithm.

We often speak of extra memory needed, not counting the memory needed to store the input itself. Again, we use natural (but fixed-length) units to measure …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.