Skip to content

Commit 835af9b

Browse files
committed
review: construct binary tree from preorder and inorder traversal
1 parent ff09bff commit 835af9b

File tree

1 file changed

+1
-1
lines changed
  • construct-binary-tree-from-preorder-and-inorder-traversal

1 file changed

+1
-1
lines changed

construct-binary-tree-from-preorder-and-inorder-traversal/wogha95.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TC: O(N) - leetcode analyze 기준
1+
// TC: O(N^2)
22
// SC: O(N)
33

44
/**

0 commit comments

Comments
 (0)