Microsoft || SDE onsite || Leetcode 78 Subset follow-up question:
Anonymous User
344

Normally, I can solve this question by using backtracking, but what if the memory for the recursion call is not enough? How can we deal with this kind of problem? Thanks.

https://leetcode.com/problems/subsets/

Comments (1)