Skip to content

Java educational application which helps to better understand the differences between different sorting and search algorithms in terms of time complexity

Notifications You must be signed in to change notification settings

wilyendri/TimeComplexityApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeComplexityApp

Java educational application which helps to better understand the differences between different sorting and search algorithms in terms of time complexity The app aloows users to select a range that will determine the number of random elements the array will be filled up with. Each button will sort the array and calculate the time the specified sorting algorithm took. TODO: Add Save option which will write to a text file and save the file TODO: Add Open option that allows user to open file and output sorting functions and saved files TODO: Add Data Base to output table of different algorithm and their time complexity TODO: Add multithreading so multiple users can play the app TODO: Add other Algorithms such as Binary Search

About

Java educational application which helps to better understand the differences between different sorting and search algorithms in terms of time complexity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages