Status: Tags: Links: LeetCode
Space Complexity
Principles
- Big O in relation to amount of elements still
- If recursive call to each element that exist simultaneously on call stack, then it would take O(n) space as each call adds a level to stack
References:
Created:: 2022-03-30 23:25