This repository contains algorithms and data structures implemented in C++.
- Provide simple, efficient and correct implementations.
- Code should be easy to use.
- Using modern C++ features.
- One directory per algorithm.
- Header file contains implementation.
- Source file contains usage examples.