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 47ff3a3 commit db1f06fCopy full SHA for db1f06f
sortingAlgo/bubbleSort/bubbleSort.js
@@ -14,4 +14,4 @@ function bubbleSort(arr) {
14
return arr;
15
}
16
17
-console.log(bubbleSort([4, 5, 9, 3])); // Output: 9
+console.log(bubbleSort([4, 5, 9, 3])); // Output: [9, 5, 4, 3]
0 commit comments