File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ Just as the name suggests this is just another sorting library for .Net Core.
1010Available Algorithms
1111================
1212
13- | Description | Done | Comment |
14- | -------------------------| ------| ---------|
15- | Bubble Sort| ✔ |
16- | Insertion Sort| ✔ |
17- | Merge Sort| ✔ | Recursive
18- | Quick Sort| ✔ | Recursive
19- | Selection Sort| ✔ |
20- | Cocktail Sort | ✔ |
21- | Shell Sort | ✔ |
22- | Heap Sort | ✔ |
23- | Gnome Sort | ✔ |
24- | Pancake Sort | ✔ |
13+ | Description | Done | Comment | Description | Done | Comment |
14+ | -------------------------| ------| ---------| ------------------------- | ------ | --------- |
15+ | Bubble Sort| ✔ | | Cocktail Sort | ✔ |
16+ | Insertion Sort| ✔ | | Shell Sort | ✔ |
17+ | Merge Sort| ✔ | Recursive| Heap Sort | ✔ |
18+ | Quick Sort| ✔ | Recursive| Gnome Sort | ✔ |
19+ | Selection Sort| ✔ | | Pancake Sort | ✔ |
20+
21+
22+
23+
24+
2525
2626
2727## How to use
You can’t perform that action at this time.
0 commit comments