Skip to content

Commit bb7a760

Browse files
authored
Update README.md
1 parent ba29a3e commit bb7a760

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Selection Sort/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ FOR i = 1 TO n - 1
2020
SWAP list[min] AND list[i]
2121
END IF
2222
END FOR
23-
2423
```
2524

2625
### 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!

0 commit comments

Comments
 (0)