Algorithms
- Bubble sort
- Selection sort
- Insertion sort
- Merge sort
- Bogosort
- Quicksort
- Linear search
- Binary search
- Ternary search
- Naive shuffle
- Fisher–Yates shuffle
Data structures
- Stack
- Queue
- Priority queue
- Linked list
- Doubly linked list
- Binary search tree
- Hash table
Run tests
./mvnw test
This project is released under the MIT License