Skip to content

Commit ccd93dd

Browse files
committed
fixed
1 parent 4cda6bb commit ccd93dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsa-solutions/lc-solutions/0100-0199/0106-construct-binary-tree-from-inorder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description: "Given two integer arrays inorder and postorder where inorder is th
1414
---
1515

1616

17+
1718
### Problem Description
1819

1920
Given two integer arrays inorder and postorder where inorder is the inorder traversal of a binary tree and postorder is the postorder traversal of the same tree, construct and return the binary tree.

0 commit comments

Comments
 (0)