Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 388 Bytes

Selection Sort

Language: C

Fills an unsorted array of a given length, selection sorts.

Accepts optional arguments to delay between loops or output in verbose mode.

This went much faster than Bubble Sort, even though I made myself rewrite all the code from scratch.