Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/数据结构与算法.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ c.再将堆顶元素8与末尾元素5进行交换,得到第二大元素8.

- [图解排序算法(三)之堆排序](https://www.cnblogs.com/chengxiao/p/6129630.html)
- [heap-sort](https://www.geeksforgeeks.org/heap-sort/)
- [Heap Sort Algorithm](https://www.scaler.com/topics/data-structures/heap-sort-algorithm/)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

添加的链接与文档中的其他链接风格一致,符合规范。

Suggested change
- [Heap Sort Algorithm](https://www.scaler.com/topics/data-structures/heap-sort-algorithm/)


### 归并排序(Merge Sort)

Expand Down