Skip to content

Commit 948c1b5

Browse files
committed
auto commit
1 parent 35fde6d commit 948c1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/notes/Leetcode 题解.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Output:
256256
"apple"
257257
```
258258

259-
题目描述:删除 s 中的一些字符,使得它构成字符串列表 d 中的一个字符串,找出能构成的最长字符串。如果有多个相同长度的结果,返回字典序的最大字符串
259+
题目描述:删除 s 中的一些字符,使得它构成字符串列表 d 中的一个字符串,找出能构成的最长字符串。如果有多个相同长度的结果,返回字典序的最小字符串
260260

261261
```java
262262
public String findLongestWord(String s, List<String> d) {

0 commit comments

Comments
 (0)