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

Commit 8dcfc2b

Browse files
committed
Added check symmetry of tree
1 parent 7cb6cb5 commit 8dcfc2b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

coding_solutions/DataStructure_related/Tree/CheckSymmetryTree.py

Whitespace-only changes.

coding_solutions/DataStructure_related/Tree/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
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-
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) |
88

99

0 commit comments

Comments
 (0)