Skip to content

Commit a7f162c

Browse files
authored
Update README.md
1 parent bfcf4eb commit a7f162c

File tree

1 file changed

+1
-1
lines changed
  • solution/1400-1499/1405.Longest Happy String

1 file changed

+1
-1
lines changed

solution/1400-1499/1405.Longest Happy String/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function longestDiverseString(a: number, b: number, c: number): string {
289289

290290
<!-- solution:start -->
291291

292-
### Solution 2: Greedy + Priority Queue
292+
### 方法二:贪心 + 优先队列(另一种写法)
293293

294294
<!-- tabs:start -->
295295

0 commit comments

Comments
 (0)