categories |
---|
tree,depth-first search,stack |
Explanation is pending. For now, you can check the solution:
- Solution.java - iterative solution using stacks
- SolutionRecursive.java - recursive solution
categories |
---|
tree,depth-first search,stack |
Explanation is pending. For now, you can check the solution: