We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f9778 commit 9cbd123Copy full SHA for 9cbd123
README.md
@@ -17,7 +17,7 @@ In terms of supported algorithms for sorting:
17
* Merge Sort
18
* Quick Sort
19
* 3-Ways Quick Sort
20
-* Heap Sort (WIP)
+* Heap Sort
21
* Shell Sort
22
23
# Install
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "js-sorting-algorithms",
3
- "version": "1.0.1",
+ "version": "1.0.3",
4
"description": "Package implements various array sorting algorithms",
5
"author": "Caishun Chen",
6
"contributors": [
0 commit comments