A Java library of some algorithms.
- BinarySearch class offers methods for general binary searching.
- SequenceBuilder class is a builder class for creating "instance" of Iterable<T>.
- SortableArray class is a wrapper class containing an array and a comparator, with some methods that relate to comparing array's elements.
- Add a method that counts the number of inversion pairs using merge sort.