Skip to content

Commit 7546124

Browse files
committed
Add Mergesort in category.
1 parent 425f421 commit 7546124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

algorithm/category.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"insertion": "Insertion Sort",
1919
"selection": "Selection Sort",
2020
"bubble": "Bubble Sort",
21-
"quick": "Quicksort"
21+
"quick": "Quicksort",
22+
"merge": "Mergesort"
2223
}
2324
},
2425
"etc": {
@@ -28,4 +29,4 @@
2829
"scratch_paper": "<i class='fa fa-code'></i> Scratch Paper"
2930
}
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)