Skip to content

Commit 12b3045

Browse files
authored
Update Bubble-Sort.md
1 parent cbe9c38 commit 12b3045

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
@@ -19,6 +19,6 @@ FOR i FROM length-2 TO 0 STEP -1 DO
1919
END IF
2020
END FOR
2121
END FOR
22-
```
22+
```
2323
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!
2424
</div>

0 commit comments

Comments
 (0)