mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-17 14:10:57 +00:00
Bug fixes and improvements (#1627)
* Update Copyright 2024 to 2025. * Fix the flex of .profile-cell for mobile devices. * Update performance_evaluation.md * 抛出 -> 给出 * Sync zh and zh-hant version. * Improve the landing page of the English version. * Bug fixes * Fix readme-typing-svg * Update readme-typing-svg * Bug fixes * sync zh and zh-hant versions.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
!!! tip
|
||||
|
||||
閱讀本節前,請確保已學完“堆積“章節。
|
||||
閱讀本節前,請確保已學完“堆積”章節。
|
||||
|
||||
<u>堆積排序(heap sort)</u>是一種基於堆積資料結構實現的高效排序演算法。我們可以利用已經學過的“建堆積操作”和“元素出堆積操作”實現堆積排序。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user