Various popular searching and sorting algorithms implemented in Java.
This project includes helper array methods for populating, searching and sorting using the following algorithms:
- Linear Search
- Binary Search
- Bubble Sort
- Insertion Sort
- Selection Sort
- Radix Sort
This project is licensed under the MIT License - see the LICENSE file for details.