Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 626716f

Browse files
committed
README.md
1 parent 61f4d50 commit 626716f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# leetcode
22

3-
当前已刷:226
3+
当前已刷:227
44

55
### 题目
66
- 1:两数之和
@@ -201,6 +201,9 @@
201201
- 95:不同的二叉搜索树 II
202202
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/unique-binary-search-trees-ii.rs)
203203
- [leetcode](https://leetcode-cn.com/problems/unique-binary-search-trees-ii/)
204+
- 96:不同的二叉搜索树
205+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/unique-binary-search-trees.rs)
206+
- [leetcode](https://leetcode-cn.com/problems/unique-binary-search-trees/)
204207
- 98:验证二叉搜索树
205208
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/validate-binary-search-tree.rs)
206209
- [leetcode](https://leetcode-cn.com/problems/validate-binary-search-tree/)

0 commit comments

Comments
 (0)