Skip to content

Commit 43195cf

Browse files
authored
Merge pull request #22 from ROBOTofficial/add/combsort
Add combsort
2 parents 1e900e6 + 781900f commit 43195cf

File tree

7 files changed

+54
-8860
lines changed

7 files changed

+54
-8860
lines changed

.changeset/cruel-walls-occur.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sortman": patch
3+
---
4+
5+
Change property to alphabetical order

.changeset/lucky-meals-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sortman": patch
3+
---
4+
5+
Add combsort

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ console.log(sorted);
4848

4949
- Bogo sort - `SortMan.bogo`
5050
- Bubble sort - `SortMan.bubble`
51+
- Bucket sort - `SortMan.bucket`
52+
- Comb sort - `SortMan.comb`
5153
- Heap sort - `SortMan.heap`
5254
- Insertion sort - `SortMan.insertion`
5355
- Merge sort - `SortMan.merge`
5456
- Quick sort - `SortMan.quick`
5557
- Selection sort - `SortMan.selection`
5658
- Shell sort - `SortMan.shell`
57-
- Bucket sort - `SortMan.bucket`
5859

5960
# Options
6061

0 commit comments

Comments
 (0)