We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d631361 commit 5ad5cc9Copy full SHA for 5ad5cc9
coding_solutions/DataStructure_related/Tree/Readme.md
@@ -2,6 +2,7 @@
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
+| 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) |
6
7
8
0 commit comments