Skip to content

patepic/Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Sorting Algorithms

Java-based command-line program that sorts an array of numbers based on one of three sorting algorithms the user picks.


Algorithms used in this program are counting sort, insertion sort and radix sort. All have to have their own method to work. This can be expanded to add other sorting algorithms.


Program works by taken the first letter of each algorithm and ask the user to input an array. Then it sorts it using that same algorithm from smallest to largest. Won't sort the arry until a non-integer character is used. Error is thrown if the input for the algorithm choice is not an option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages