Skip to content

Commit 6b8be85

Browse files
committed
fix: selectionSort(#8)
1 parent 6e094e2 commit 6b8be85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/algorithm/排序/选择排序.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535

3636
## 稳定性
3737

38-
稳定
38+
不稳定

算法分类/排序/选择排序.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
## 稳定性
3030

31-
稳定
31+
不稳定

0 commit comments

Comments
 (0)