Skip to content

Commit 3a3cc13

Browse files
authored
Update Bubble-Sort.md
1 parent ad6af9d commit 3a3cc13

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
@@ -21,5 +21,5 @@ FOR i FROM length-2 TO 0 STEP -1 DO
2121
END FOR
2222
```
2323

24-
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!
24+
###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)