Skip to content

PetersonGuo/Sorting-Algorithms

Repository files navigation

Welcome to my package of Algorithms

I don't know why you're here considering there are many other better algorithm packages with improved formatting and faster complexities but I guess you are welcome to use anything in here.

Quick note: It is not recommended to use string sorting if time or space is important(Takes almost 10x as long as int or char Sorting)

Legend

(Finished): Completely Finished Package with support for arrays and lists
(int[]): Finished int arrays
(char[]): Finished char arrays
(String[]): Finished string arrays
(long[]): Finished long arrays
(short[]): Finished short arrays
(Unfinished): Algorithm is in progress

CompareStrings is used to map characters to values for String comparisons
Tester is the main driver code

Run Code

Clone the code to your local machine
Then Run
javac *.java && java Tester

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages