Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Smoothsort-C

Implementation of Dijkstra's Smoothsort algorithm in C, for use with strings. Current functionality is limited: the current version only works on arrays of strings (2D arrays: arrays of pointers to arrays of chars), and only when the same case convention is followed for every character of every string (i.e. ALLCAPS, lowercase, aLtErNaTiNgCaSe are all fine, however CamelCase and pascalCase are not).

About

Implementation of Dijkstra's Smoothsort algorithm in C for use with strings

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages