You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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)|
6
6
| 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)|
0 commit comments