Skip to content

tboex/Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

libs/ contains various sorting algorithms

How to run

  • Compile the .cpp files with g++ on UNIX

G++ file.cpp -o file

  • compile sortCheck.cpp,generator.cpp, and the sorting algorithm of your choice
  • Run ./Generator filename.txt
  • Run ./"YourSortingAlgorithm" filename.txt
  • Run ./SortCheck sorted-filename.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages