Thanks to visit codestin.com Credit goes to github.com
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 e4f3171 + 0ad2c6e commit f04dec3Copy full SHA for f04dec3
1 file changed
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