Skip to content

Commit 7534b3c

Browse files
authored
Update Bubble-Sort.md
1 parent 11dd353 commit 7534b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bubble_Sort/Bubble-Sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bubble Sort
22
![gif](https://upload.wikimedia.org/wikipedia/commons/0/06/Bubble-sort.gif)
33

4-
A bubble sort works as follows:
4+
### A bubble sort works as follows:
55

66
* Compares first 2 numbers in array. Will swap them if the number on the left is greater than the number on the right.
77
* Goes onto the next 2 numbers, does the same for the rest. Compare, check if larger and switch if needed.

0 commit comments

Comments
 (0)