lzl124631x / LeetCode

My C++ Code for LeetCode OJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

130 DFS Solution : Doubt on Space Complexity

solvingprobs123 opened this issue · comments

130 DFS Solution has time complexity mentioned as O(MN) but we are not allocating any memory there.
Could you please share your view on that ?
Sorry, if I am missing something there.