Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 973 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 973 Bytes

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