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 daa37ba commit 29d252eCopy full SHA for 29d252e
Sorts/bubblesort.js
@@ -1,5 +1,5 @@
1
-/*Bubble Sort is a algorithm to sort a array it
2
-* copares adjacent element and swaps thier position
+/*Bubble Sort is a algorithm to sort an array. It
+* compares adjacent element and swaps thier position
3
*/
4
function bubbleSort(items) {
5
var length = items.length;
0 commit comments