diff --git a/animation-simulation/数据结构和算法/简单选择排序.md b/animation-simulation/数据结构和算法/简单选择排序.md index 5038b19..ee718eb 100644 --- a/animation-simulation/数据结构和算法/简单选择排序.md +++ b/animation-simulation/数据结构和算法/简单选择排序.md @@ -18,7 +18,7 @@ 注:我们为了更容易理解,min 值保存的是值,而不是索引,实际代码中保存的是索引 -![简单选择排序](https://cdn.jsdelivr.net/gh/tan45du/test1@master/20210122/简单选择排序.6d3czovnaz40.gif) +![在这里插入图片描述](https://img-blog.csdnimg.cn/2021032113041462.gif) **简单选择排序代码**