Skip to content

Commit 36d71fd

Browse files
committed
feat: 0105.Construct-Binary-Tree-from-Preorder-and-Inorder-Traversal
1 parent d8382fa commit 36d71fd

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Leetcode/0105.Construct-Binary-Tree-from-Preorder-and-Inorder-Traversal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ func buildTree(preorder []int, inorder []int) *TreeNode {
106106
return result
107107
}
108108
```
109+
![](105.construct%20Binary%20Tree%20From%20Preorder%20And%20In%20order%20Traversal-2.jpg)
109110

110111
## Benchmark
111112

0 commit comments

Comments
 (0)