Skip to content

Commit db41176

Browse files
authored
Update Bubble-Sort.md
1 parent 41c7812 commit db41176

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Bubble_Sort/Bubble-Sort.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ FOR i FROM length-2 TO 0 STEP -1 DO
2020
END FOR
2121
END FOR
2222
```
23+
This is a very common sorting algorithm and can be implemented in pretty much every language.
24+
25+
Check out the rest of this folder to see some examples of it at work!

0 commit comments

Comments
 (0)