We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49772f0 commit 686aef0Copy full SHA for 686aef0
exercises/sorting/index.js
@@ -17,4 +17,4 @@ function merge(left, right) {
17
18
}
19
20
-module.exports = { bubbleSort, selectionSort, mergeSort };
+module.exports = { bubbleSort, selectionSort, mergeSort, merge };
0 commit comments