X Tutup
Skip to content

Commit 37e3fd7

Browse files
committed
Shellsort fix
1 parent 1768b26 commit 37e3fd7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

algorithm/category.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@
3131
"selection": "Selection Sort",
3232
"bubble": "Bubble Sort",
3333
"quick": "Quicksort",
34-
"merge": "Mergesort",
35-
"heap" : "Heap Sort",
36-
"radix" : "Radix Sort"
34+
"merge": "Merge Sort",
35+
"heap" : "Heapsort",
36+
"radix": "Radix Sort",
37+
"shell": "Shellsort"
3738
}
3839
},
3940
"string": {

0 commit comments

Comments
 (0)
X Tutup