Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.06 KB

Maven Central

SORTING ALGORITHM LIBRARY


Project Description

We will be creating a Java sorting library that will be published to Maven

Possible sorting methods that we can add:
- Merge sort
- Radix sort
- Counting sort

PREREQUESITES

Install Java JDK 8 (1.8) or higher: https://www.oracle.com/technetwork/java/javase/downloads/index.html
Optional:
Install a Java IDE: IntelliJ IDEA: https://www.jetbrains.com/idea/

RUNNING THE TEST

CONTRIBUTING

It's open source and anyone can contribute!

VERSIONING

Version 1.0.0

AUTHORS

Nam Tran: @Trnam
Jakob Garricks: @Jakob-G
Ko Iketani: @koiketani

LICENSE

No License

ACKNOWLEDGEMENTS

*Tips fedora to people invented many types of sorting for us to make this possible