Skip to content

Commit 8707813

Browse files
committed
[U] 更新堆排序算法md动态图
1 parent e29049d commit 8707813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notes/algorithms/堆排序算法.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
1515
借助动画演示能更好的理解算法原理。
1616

17-
![二叉堆图](https://github.com/coderbruis/AlgorithmsInJava/blob/master/notes/pictures/heapSort01.git)
17+
![堆排序动态图](https://github.com/coderbruis/AlgorithmsInJava/blob/master/notes/pictures/heapSort01.gif)
1818

19-
![二叉堆图](https://github.com/coderbruis/AlgorithmsInJava/blob/master/notes/pictures/heapSort02.git)
19+
![堆排序动态图2](https://github.com/coderbruis/AlgorithmsInJava/blob/master/notes/pictures/heapSort02.gif)
2020

2121
## 正文
2222

0 commit comments

Comments
 (0)