Skip to content

Commit 1749f4d

Browse files
committed
105 init
1 parent a74a919 commit 1749f4d

3 files changed

Lines changed: 1 addition & 0 deletions

File tree

1.85 KB
Binary file not shown.
Binary file not shown.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ LeetCode
113113
|102|[Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/description/) | [C#](./Algorithms/BinaryTreeLevelOrderTraversal.cs)|Medium|
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|
116+
|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|

0 commit comments

Comments
 (0)