Implementation of Bubble, Insertion, Selection, Quick, Merge, Radix and Heap sorting algorithms
- modern-cpp-template by filipdutescu
- Implementation of timer from TheCherno's video
- Countless StackOverflow answers for explaination
- Wikipedia for algorithms and explaination
- Fix Radix sort
- Unit testing
- Creating a header-only library for all sorting algorithms