Computer Science, asked by pavankalyanyadav073, 5 hours ago


What best describes the space complexity of a program​

Answers

Answered by ItzMissDrugbabe
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 crazyqueen44
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