Second version of my library of Algorithms and Data Structures in Java. Includes unit testing and visual debug tests.
- A*
- Travelling Salesman
- Dual-Pivot Quicksort
- Heap sort
- Merge sort
- Multithreaded sort
- Quicksort
- Binary tree
- Hash table
- Linked list
- Pairing heap
- Queue
- Red-Black tree
- Stack