A collection of algorithms written in Java
Math algorithms will be added to Math.java Sorting algorithms will be added to Sort.java Search algorithms will be added to Search.java
Algorithms that are already implemented.
- fastInverseSqrt
- bubbleSort
- insertionSort
- mergeSort
- selectionSort
- bogoSort (Yes really)
- binarySearch
- recursiveBinarySearch
- linearSearch
Algorithms that I've planned to implement in the future.