We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1768b26 commit 37e3fd7Copy full SHA for 37e3fd7
2 files changed
algorithm/category.json
@@ -31,9 +31,10 @@
31
"selection": "Selection Sort",
32
"bubble": "Bubble Sort",
33
"quick": "Quicksort",
34
- "merge": "Mergesort",
35
- "heap" : "Heap Sort",
36
- "radix" : "Radix Sort"
+ "merge": "Merge Sort",
+ "heap" : "Heapsort",
+ "radix": "Radix Sort",
37
+ "shell": "Shellsort"
38
}
39
},
40
"string": {
algorithm/sorting/shell/basic/desc.js algorithm/sorting/shell/basic/data.jsalgorithm/sorting/shell/basic/desc.js renamed to algorithm/sorting/shell/basic/data.js
0 commit comments