Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4401371

Browse files
committed
106 init
1 parent 1749f4d commit 4401371

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
1.86 KB
Binary file not shown.
1.36 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ LeetCode
114114
|103|[Binary Tree Zigzag Level Order Traversal](https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/description/) | [C#](./Algorithms/BinaryTreeZigzagLevelOrderTraversal.cs)|Medium|
115115
|104|[Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/description/) | [C#](./Algorithms/MaximumDepthofBinaryTree.cs)|Easy|
116116
|105|[Construct Binary Tree from Preorder and Inorder Traversal](https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/) | [C#](./Algorithms/ConstructBinaryTreefromPreorderandInorderTraversal.cs)|Medium|
117+
|106|[Construct Binary Tree from Inorder and Postorder Traversal](https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal) | [C#](./Algorithms/ConstructBinaryTreefromInorderandPostorderTraversal.cs)|Medium|

0 commit comments

Comments
 (0)