Skip to content

Commit ad17c4f

Browse files
committed
move file to right ___location
1 parent d9c4d55 commit ad17c4f

6 files changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
5555
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
5656
|-----|-------| -------- | ---- | ------|------------|---|-----|
5757

58-
[C++](./C++/sum-of-two-integers.cpp) [Python](./Python/sum-of-two-integers.py
5958

6059

6160
## 4/18 Tasks (Stacks Easy)
@@ -66,6 +65,12 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
6665
|20|[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/#/description)| [Python](./stack_queue/isValid.py) | _O(n)_| _O(n)_ | Easy | ||
6766
|346|[Moving Average from Data Stream](https://leetcode.com/problems/moving-average-from-data-stream/#/description)| [Python](./stack_queue/movingAverage.py) | _O(1)_| _O(n)_ | Easy | ||
6867

68+
## 4/22 Tasks (Tree Easy)
69+
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
70+
|-----|-------| -------- | ---- | ------|------------|---|-----|
71+
|110|[Balanced Binary Tree](https://leetcode.com/problems/balanced-binary-tree/#/description)| [Python [Yu]](./tree/Yu/110_isBalanced.py) | _O(N)_| _O(h)_ | Easy | ||
72+
|112|[Path Sum](https://leetcode.com/problems/path-sum/#/description)| [Python [Yu]](./tree/Yu/112_hasPathSum.py) | _O(N)_| _O(h)_ | Easy | |[中文讲解](https://www.youtube.com/watch?v=LgtcGjIuE18&feature=youtu.be)|
73+
6974
## 4/26 Tasks (Tree Easy)
7075
| # | Title | Solution | Time | Space | Difficulty |Tag| Note|
7176
|-----|-------| -------- | ---- | ------|------------|---|-----|

0 commit comments

Comments
 (0)