Skip to content

Commit e9fedbf

Browse files
authored
Update README.md
1 parent 313a008 commit e9fedbf

File tree

1 file changed

+1
-1
lines changed
  • solution/3000-3099/3016.Minimum Number of Pushes to Type Word II

1 file changed

+1
-1
lines changed

solution/3000-3099/3016.Minimum Number of Pushes to Type Word II/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function minimumPushes(word) {
212212

213213
<!-- solution:start -->
214214

215-
### Solution 2: Priority Queue
215+
### 方法二:优先队列(大根堆)
216216

217217
<!-- tabs:start -->
218218

0 commit comments

Comments
 (0)