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 11dd353 commit 7534b3cCopy full SHA for 7534b3c
Bubble_Sort/Bubble-Sort.md
@@ -1,7 +1,7 @@
1
# Bubble Sort
2

3
4
-A bubble sort works as follows:
+### A bubble sort works as follows:
5
6
* Compares first 2 numbers in array. Will swap them if the number on the left is greater than the number on the right.
7
* Goes onto the next 2 numbers, does the same for the rest. Compare, check if larger and switch if needed.
0 commit comments