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 a19541b commit 0ad2c6eCopy full SHA for 0ad2c6e
Sorts/BubbleSort.js
@@ -1,5 +1,5 @@
1
/* Bubble Sort is an algorithm to sort an array. It
2
-* compares adjacent element and swaps thier position
+* compares adjacent element and swaps their position
3
* The big O on bubble sort in worst and best case is O(N^2).
4
* Not efficient.
5
*
0 commit comments