Skip to content

Generate a randomized array of given length, then selection sort it

Notifications You must be signed in to change notification settings

dargaCode/AnimatedSelectionSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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.

About

Generate a randomized array of given length, then selection sort it

Topics

Resources

Stars

Watchers

Forks

Languages