educative.io

Educative

Question about what are the two main measures for the efficiency of an algorithm

What is the difference between the Time and Memory option and the Time and Space option? Aren’t space and memory the same thing?

Space and memory are not same. Space is the amount of memory that our algorithm requires.