Skip to content

Commit ed70451

Browse files
committed
update readme
1 parent 5615647 commit ed70451

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/Question List.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
0787-cheapest-flights-within-k-stops python medium
1111
0997-find-the-town-judge python easy
1212
2092-find-all-people-with-secret python hard
13-
2709-greatest-common-divisor-traversal python hard
13+
2709-greatest-common-divisor-traversal python hard
14+
0100-same-tree python easy

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The solutions are organized as follows:
9595
| 0095 | [Unique Binary Search Trees II](https://leetcode.com/problems/unique-binary-search-trees-ii/) | [Python](./0095-unique-binary-search-trees-ii/0095-unique-binary-search-trees-ii.py) | [Medium](./0095-unique-binary-search-trees-ii/README.md) |
9696
| 0097 | [Interleaving String](https://leetcode.com/problems/interleaving-string/) | [Python](./0097-interleaving-string/0097-interleaving-string.py) | [Medium](./0097-interleaving-string/README.md) |
9797
| 0098 | [Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/) | [Python](./0098-validate-binary-search-tree/0098-validate-binary-search-tree.py), [C++](./0098-validate-binary-search-tree/0098-validate-binary-search-tree.cpp) | [Medium](./0098-validate-binary-search-tree/README.md) |
98+
| 0100 | [Same Tree](https://leetcode.com/problems/same-tree/) | [Python](./0100-same-tree/0100-same-tree.py) | [Easy](./0100-same-tree/README.md) |
9899
| 0101 | [Symmetric Tree](https://leetcode.com/problems/symmetric-tree/) | [C++](./0101-symmetric-tree/0101-symmetric-tree.cpp) | [Easy](./0101-symmetric-tree/README.md) |
99100
| 0102 | [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/) | [Python](./0102-binary-tree-level-order-traversal/0102-binary-tree-level-order-traversal.py), [C++](./0102-binary-tree-level-order-traversal/0102-binary-tree-level-order-traversal.cpp) | [Medium](./0102-binary-tree-level-order-traversal/README.md) |
100101
| 0104 | [Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/) | [Python](./0104-maximum-depth-of-binary-tree/0104-maximum-depth-of-binary-tree.py), [C++](./0104-maximum-depth-of-binary-tree/0104-maximum-depth-of-binary-tree.cpp) | [Easy](./0104-maximum-depth-of-binary-tree/README.md) |

0 commit comments

Comments
 (0)