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.
2 parents 47ff3a3 + db1f06f commit f0f5dceCopy full SHA for f0f5dce
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