Skip to content

Commit fd7c40e

Browse files
authored
Update README.md
1 parent 2b7a409 commit fd7c40e

File tree

1 file changed

+1
-1
lines changed
  • solution/0600-0699/0632.Smallest Range Covering Elements from K Lists

1 file changed

+1
-1
lines changed

solution/0600-0699/0632.Smallest Range Covering Elements from K Lists/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ impl Solution {
271271

272272
<!-- solution:start -->
273273

274-
### Solution 2: Priority Queue (Heap)
274+
### 方法二:优先队列(小根堆)
275275

276276
<!-- tabs:start -->
277277

0 commit comments

Comments
 (0)