Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 861ea9b

Browse files
New solution of MaxDepthTree
1 parent 69a67a1 commit 861ea9b

File tree

1 file changed

+7
-0
lines changed
  • coding_solutions/DataStructure_related/Tree

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Tree Related Problems
2+
| # | Problem | Solution |
3+
| :----: | :-----------------------------: | :----: |
4+
| 1 | [Maximum Depth of Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/)| [python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/Tree/MaxDepthTree.py) |
5+
6+
7+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /