Skip to content

Commit 1f36596

Browse files
committed
Add info about sorting algorithms stability
1 parent 2b2409c commit 1f36596

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# Устойчивость сортировок
3+
4+
| Сортировка | Устойчивость |
5+
|------------|--------------|
6+
| Bubble | + |
7+
| Insertion | + |
8+
| Merge | + |
9+
| Selection | - |
10+
| Quick | - |
11+
| Heap | - |

0 commit comments

Comments
 (0)