What best describes the space complexity of a program
Answers
Answered by
0
Answer:
Space complexity is a measure of the amount of working storage an algorithmneeds. That means how much memory, in the worst case, is needed at any point in the algorithm. As with timecomplexity, we're mostly concerned with how thespace needs grow, in big-Oh terms, as the size N of the input problem grows.
Answered by
3
Answer:
Space complexity is a measure of the amount of working storage an algorithmneeds. That means how much memory, in the worst case, is needed at any point in the algorithm. As with timecomplexity, we're mostly concerned with how thespace needs grow, in big-Oh terms, as the size N of the input problem grows.
hope it helps ✌️
Similar questions