Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cruel-walls-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sortman": patch
---

Change property to alphabetical order
5 changes: 5 additions & 0 deletions .changeset/lucky-meals-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sortman": patch
---

Add combsort
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ console.log(sorted);

- Bogo sort - `SortMan.bogo`
- Bubble sort - `SortMan.bubble`
- Bucket sort - `SortMan.bucket`
- Comb sort - `SortMan.comb`
- Heap sort - `SortMan.heap`
- Insertion sort - `SortMan.insertion`
- Merge sort - `SortMan.merge`
- Quick sort - `SortMan.quick`
- Selection sort - `SortMan.selection`
- Shell sort - `SortMan.shell`
- Bucket sort - `SortMan.bucket`

# Options

Expand Down
Loading