Math algorithms
- isPrimeNumber (tests)
- pow (tests)
Data structures
- linked list (tests)
- stack (linked list based) (tests)
- stack (dynamic array based) (tests)
- queue (linked list based) (tests)
- binary heap (tests)
- max priority queue (tests)
- binary search tree (tests)
Sorting algorithms
