Skip to content

hlnlwj/sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

Sorting algorithms in C++

Requirements

Build

make

Usage

./sort [-n number] algorithm
  • number is the number of elements to sort (defaults to 100)
  • algorithm is the type of algorithm to use. Available algorithms are:
    • bubble
    • selection
    • insertion
    • merge
    • quick

TODO list

  • add sort algorithm visualization
  • update README to include algorithm explanation
  • add new algorithms

Releases

No releases published

Packages

No packages published