Skip to content

ashmlk/SortingProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SortingProgram

Different Run-Time for Sorting Algorithms from CLRS(Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein) tested.

This Program is a GUI program written in Java, to compare run-time of popular and well-know sorting algorithms, to demonstrate the performance of each algorithm based on same randomly generated file.

To Start program:

  1. Click on "Generate File"(It generates a number of random doubles and saves them to file.txt*).
  2. Click on "Read File".
  3. Choose any of the sorting algorithms to see their run-time.

*If you wish to sort your own file you should save it as "file.txt"

About

Different Sorting Algorithms from CLRS tested

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages