Back to Freecodecamp

Space Complexity

curriculum/challenges/english/blocks/recursion-and-space-complexity/space-complexity-video.md

latest417 B
Original Source

--description--

In this video, you will learn about space complexity.

--questions--

--text--

What is space complexity?

--answers--

The amount of memory an algorithm uses relative to the input size.


The amount of time an algorithm takes to run.


The number of CPU cores used by an algorithm.


The number of input elements an algorithm can process per second.

--video-solution--

1