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

Commit 18a1a1a

Browse files
committed
fix readme
1 parent f3a85bd commit 18a1a1a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- 367:有效的完全平方数
1717
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/valid-perfect-square.rs)
1818
- [leetcode](https://leetcode-cn.com/problems/valid-perfect-square/)
19-
- 猜数字大小
19+
- 374:猜数字大小
2020
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/guess-number-higher-or-lower.rs)
2121
- [leetcode](https://leetcode-cn.com/problems/guess-number-higher-or-lower/)
2222
- 387:字符串中的第一个唯一字符
@@ -26,12 +26,11 @@
2626
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/check-if-n-and-its-double-exist.rs)
2727
- [leetcode](https://leetcode-cn.com/problems/check-if-n-and-its-double-exist/)
2828
- 965:单值二叉树
29-
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/univalued-binary-tree.rs)
29+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/univalued-binary-tree.rs)
3030
- [leetcode](https://leetcode-cn.com/problems/univalued-binary-tree/)
3131
- 1008:前序遍历构造二叉搜索树
32-
33-
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/construct-binary-search-tree-from-preorder-traversal.rs)
34-
- [leetcode](https://leetcode-cn.com/problems/construct-binary-search-tree-from-preorder-traversal/)
32+
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/construct-binary-search-tree-from-preorder-traversal.rs)
33+
- [leetcode](https://leetcode-cn.com/problems/construct-binary-search-tree-from-preorder-traversal/)
3534
- 1309:解码字母到整数映射
3635
- [src](https://github.com/rustors/leetcode/blob/main/src/bin/decrypt-string-from-alphabet-to-integer-mapping.rs)
3736
- [leetcode](https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/)

0 commit comments

Comments
 (0)