Skip to content

shawndewet/Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorter

A console app that sorts a provided single-line input string.

It converts all characters to lower case, and ignores all punctuation.

It makes use of the InsertionSort algorithm, which I've found to be the quickest (by using a stopwatch to count the number of ticks of different sort algorithms).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages