Skip to content

Commit 287cac7

Browse files
committed
Add 0104-maximum-depth-of-binary-tree to topics.
1 parent b532390 commit 287cac7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55
| Problem Name | Difficulty |
66
| ------- | ------- |
77
| [0101-symmetric-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0101-symmetric-tree/) | Easy |
8+
| [0104-maximum-depth-of-binary-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0104-maximum-depth-of-binary-tree/) | Easy |
89
## Depth-First Search
910
| Problem Name | Difficulty |
1011
| ------- | ------- |
1112
| [0101-symmetric-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0101-symmetric-tree/) | Easy |
13+
| [0104-maximum-depth-of-binary-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0104-maximum-depth-of-binary-tree/) | Easy |
1214
## Breadth-First Search
1315
| Problem Name | Difficulty |
1416
| ------- | ------- |
1517
| [0101-symmetric-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0101-symmetric-tree/) | Easy |
18+
| [0104-maximum-depth-of-binary-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0104-maximum-depth-of-binary-tree/) | Easy |
1619
## Binary Tree
1720
| Problem Name | Difficulty |
1821
| ------- | ------- |
1922
| [0101-symmetric-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0101-symmetric-tree/) | Easy |
23+
| [0104-maximum-depth-of-binary-tree](https://github.com/SHIMHUN/Algorithm/tree/main/LeetCode/Easy/0104-maximum-depth-of-binary-tree/) | Easy |
2024
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)