Skip to content

MohamedMassoud/sortingTechniquesAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Techniques Analyzer

Simple program to compare running time against input size of the most famous sorting algorithms.

  • This is a simple comparison between the most famous sorting algorithms (Bubble, Insertion, Heap, Merge & Quick sorting algorithms).
  • The user can choose the input size ranging from 10 to 10,000,000 random arrays.
  • The user can choose which sorting algorithm to use, or can choose to Multi-analyze and generate an excel file to compare the running time of each algorithm against input size.
  • The user can also specify the accuracy of the results by specifying the number of plot points.
  • The heap sort is represented in a simple graphical representation to show the process of heap sort.
  • GUI

GUI

  • Heap sort representation

heap rep

  • Multi-analyze results

results

About

Simple program to compare running time against input size of the most famous sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages