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

Commit e085782

Browse files
committed
Update readme.md
1 parent 5eb9935 commit e085782

File tree

1 file changed

+2
-2
lines changed
  • coding_solutions/DataStructure_related/Tree

1 file changed

+2
-2
lines changed

coding_solutions/DataStructure_related/Tree/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| :----: | :-----------------------------: | :----: |
55
| 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) |
66
| 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) |
7-
| 2 | [Check Symmetricity of Binary Tree](https://leetcode.com/problems/symmetric-tree/)| [python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/Tree/CheckSymmetryTree.py) |
8-
| 3 | [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/)| [python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/Tree/BinaryTreeLevelOrderTraversal.py) |
7+
| 3 | [Check Symmetricity of Binary Tree](https://leetcode.com/problems/symmetric-tree/)| [python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/Tree/CheckSymmetryTree.py) |
8+
| 4 | [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/)| [python3](https://github.com/sushant097/Data-Structure-Algorithms-Collections-Python/blob/master/coding_solutions/DataStructure_related/Tree/BinaryTreeLevelOrderTraversal.py) |
99

1010

0 commit comments

Comments
 (0)