Skip to content

Commit fbf8a54

Browse files
committed
leetcode: update docs
1 parent e0b827d commit fbf8a54

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/leetcode/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@
3434
- 014 Longest Common Prefix
3535
- [题目描述](https://leetcode-cn.com/problems/longest-common-prefix/)
3636
- [具体实现](./014-longest-common-prefix.js)
37+
- 058 Length of Last Word
38+
- [题目描述](https://leetcode-cn.com/problems/length-of-last-word/)
39+
- [具体实现](./058-length-of-last-word.js)
40+
- 387 First Unique Character in a String
41+
- [题目描述](https://leetcode-cn.com/problems/first-unique-character-in-a-string/)
42+
- [具体实现](./387-first-unique-character-in-a-string.js)
43+
- 383 Ransom Note
44+
- [题目描述](https://leetcode-cn.com/problems/ransom-note/)
45+
- [具体实现](./383-ransom-note.js)
46+
- 344 Reverse String
47+
- [题目描述](https://leetcode-cn.com/problems/reverse-string/)
48+
- [具体实现](./344-reverse-string.js)
49+
- 151 Reverse Words in a String
50+
- [题目描述](https://leetcode-cn.com/problems/reverse-words-in-a-string/)
51+
- [具体实现](./151-reverse-words-in-a-string.js)
52+
- 345 Reverse Vowels of a String
53+
- [题目描述](https://leetcode-cn.com/problems/reverse-vowels-of-a-string/)
54+
- [具体实现](./345-reverse-vowels-of-a-string.js)
3755

3856
### Design
3957

0 commit comments

Comments
 (0)