diff --git a/README.md b/README.md index 7d54f0a..13ec458 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ My LeetCode solutions with Chinese explanation. 我的LeetCode中文题解。 | 385 |[Mini Parser](https://leetcode.com/problems/mini-parser/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/385.%20Mini%20Parser.md)|Medium| | | 386 |[Lexicographical Numbers](https://leetcode.com/problems/lexicographical-numbers/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/386.%20Lexicographical%20Numbers.md)|Medium| | | 387 |[First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/387.%20First%20Unique%20Character%20in%20a%20String.md)|Easy| | +| 388 |[Longest Absolute File Path](https://leetcode.com/problems/longest-absolute-file-path/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/388.%20Longest%20Absolute%20File%20Path.md)|Medium| | | 389 |[Find the Difference](https://leetcode.com/problems/find-the-difference)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/389.%20Find%20the%20Difference.md)|Easy| | | 398 |[Random Pick Index](https://leetcode.com/problems/random-pick-index/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/398.%20Random%20Pick%20Index.md)|Medium| | | 400 |[Nth Digit](https://leetcode.com/problems/nth-digit)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/400.%20Nth%20Digit.md)|Easy| |