Skip to content

rosshemsley/static_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Sorting

Experimental code for sorting small fixed length arrays in C++. Written by Ross Hemsley, 2013.

Dependencies:

  • C++11 compliant compilers
  • C++11 compliant stdlib
  • CMake

Compiling

$ cmake .
$ make

Running

$ ./sorter

About

Experimental code for sorting small fixed length arrays in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published