Skip to content

Commit ad6af9d

Browse files
authored
Update Bubble-Sort.md
1 parent 0dafd32 commit ad6af9d

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
@@ -20,6 +20,6 @@ FOR i FROM length-2 TO 0 STEP -1 DO
2020
END FOR
2121
END FOR
2222
```
23-
<div align="center>
23+
2424
This is a very common sorting algorithm and can be implemented in pretty much every language.<br>Check out the rest of this folder to see some examples of it at work!
2525

0 commit comments

Comments
 (0)