logitopia / jmortar-core-search-sort

A library that provides production-grade searching and sorting utilities for Java. This project is in the very early stages of development.
GNU General Public License v3.0
0 stars 0 forks source link

Create a new JMortar project that contains sorting and searching tools #5

Open SteveCheesley opened 4 years ago

SteveCheesley commented 4 years ago

It would be useful to have access to production-grade searching and sorting algorithms. Where possible properly use concurrency to speed up the operations (allow user to select whether they would like to enable concurrent searching and sorting)

Issues

6 Add exponential search

7 Add linear search

8 Add a binary search

11 Input Validation