Skip to content

Commit

Permalink
update 889 java, add pic
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Oct 3, 2024
1 parent d92f7c6 commit e10ef73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion data/progress.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20241003: 524,221
20241003: 524,221,889
20241002: 743,889
20241001: 837
20240929: 981
Expand Down
18 changes: 9 additions & 9 deletions data/to_review.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024-11-27 -> ['524,221']
2024-11-27 -> ['524,221,889']
2024-11-26 -> ['743,889']
2024-11-25 -> ['837']
2024-11-23 -> ['981']
Expand All @@ -10,7 +10,7 @@
2024-11-15 -> ['947']
2024-11-12 -> ['753']
2024-11-11 -> ['727']
2024-11-06 -> ['524,221']
2024-11-06 -> ['524,221,889']
2024-11-05 -> ['743,889']
2024-11-04 -> ['837', '659']
2024-11-03 -> ['801,552']
Expand All @@ -21,27 +21,27 @@
2024-10-27 -> ['363']
2024-10-26 -> ['1032,844,1011']
2024-10-25 -> ['947', '1110, 1055']
2024-10-24 -> ['524,221']
2024-10-24 -> ['524,221,889']
2024-10-23 -> ['743,889']
2024-10-22 -> ['837', '753']
2024-10-21 -> ['727']
2024-10-20 -> ['981']
2024-10-19 -> ['1087']
2024-10-18 -> ['359,1057,1055(todo)']
2024-10-17 -> ['939']
2024-10-16 -> ['524,221']
2024-10-16 -> ['524,221,889']
2024-10-15 -> ['743,889', '430']
2024-10-14 -> ['837', '363', '659']
2024-10-13 -> ['1032,844,1011', '801,552']
2024-10-12 -> ['981', '947', '1057,1066,1110']
2024-10-11 -> ['524,221', '1087']
2024-10-11 -> ['524,221,889', '1087']
2024-10-10 -> ['743,889']
2024-10-09 -> ['837', '939', '753']
2024-10-08 -> ['524,221', '727']
2024-10-08 -> ['524,221,889', '727']
2024-10-07 -> ['743,889', '981', '430']
2024-10-06 -> ['524,221', '837', '1087', '363']
2024-10-05 -> ['524,221', '743,889', '1032,844,1011']
2024-10-04 -> ['524,221', '743,889', '837', '981', '939', '947', '315', '1110, 1055']
2024-10-06 -> ['524,221,889', '837', '1087', '363']
2024-10-05 -> ['524,221,889', '743,889', '1032,844,1011']
2024-10-04 -> ['524,221,889', '743,889', '837', '981', '939', '947', '315', '1110, 1055']
2024-10-03 -> ['743,889', '837', '1087']
2024-10-02 -> ['837', '981', '430']
2024-10-01 -> ['981', '1087', '939', '363', '753', '659']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ public TreeNode constructFromPrePost_6(int[] preorder, int[] postorder) {
}

// V7
// IDEA : TREE PROPERTY
// https://zxi.mytechroad.com/blog/tree/leetcode-889-construct-binary-tree-from-preorder-and-postorder-traversal/
// https://github.com/yennanliu/CS_basics/blob/master/doc/pic/lc_889.png
// PYTHON
// class Solution:
// def constructFromPrePost(self, pre, post):
Expand Down

0 comments on commit e10ef73

Please sign in to comment.