Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5ec766c

Browse files
Update 栈与队列总结.md
1 parent 8e21632 commit 5ec766c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/栈与队列总结.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ cd a/b/c/../../
142142

143143
本题就要**使用优先级队列来对部分频率进行排序。** 注意这里是对部分数据进行排序而不需要对所有数据排序!
144144

145-
所以排序的过程的时间复杂度是$O(\log k),ドル整个算法的时间复杂度是$O(n\log k)$。
145+
所以排序的过程的时间复杂度是$O(\log k)$,整个算法的时间复杂度是$O(n\log k)$。
146146

147147
## 总结
148148

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /