Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ad5cc9

Browse files
committed
Update readme.md
1 parent d631361 commit 5ad5cc9

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

coding_solutions/DataStructure_related/Tree/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
| # | Problem | Solution |
33
| :----: | :-----------------------------: | :----: |
44
| 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+
| 2 | [Check Validity of BST](https://leetcode.com/problems/validate-binary-search-tree/)| [python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/Tree/CheckValidityBST.py) |
56

67

78

0 commit comments

Comments
 (0)