Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 0104: Add iterative DFS solution (javascript) #2716

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

eunicode
Copy link
Contributor


This PR adds a javascript solution using iterative DFS for 104. Maximum Depth of a Binary Tree.

The javascript solution file has a recursive DFS solution and a BFS solution, but it does not have an iterative DFS solution. This PR will add an iterative DFS solution.

The NeetCode video for this problem provides an explanation and Python code for the iterative DFS solution, so it will be helpful to provide an iterative DFS solution in javascript as well.

@aakhtar3 aakhtar3 merged commit 0dbde16 into neetcode-gh:main Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants