Skip to content

Commit 492b482

Browse files
Create Notes.txt
1 parent 68c633f commit 492b482

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

10 Sorting/Notes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Sorting is a fundamental problem in computer science. It is judged by number of comparsions, time, memory etc.
2+
Two types: Internal sort, External Sort
3+
4+
Stable sort: Bubble, Insertion, Merge
5+
Inplace sort: Bubble, Insertion, Selection, Heapsort
6+
7+
Selection sort requires the min number of swaps
8+
9+

0 commit comments

Comments
 (0)