Skip to content

Commit 85b88a4

Browse files
authored
Merge pull request #3814 from nishant0708/pnc2
Points Not Getting Count
2 parents aade0e3 + ccd93dd commit 85b88a4

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)