Java Sorting Algorithms Library

Java Sorting Algorithms Library

The Java Sorting Algorithms Library is a collection of Java-based sorting algorithms. The library contains several sorting algorithms such as Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort and Heap Sort. Each algorithm is provided with corresponding outputs to compare sort runs and times with other algorithms. The library is licensed under the Apache 2.0 license and can be integrated into Java projects. The library includes documentation and unit tests to ensure the correct functioning of the algorithms.