This is a library containing implementations of various C++ data structures and Algorithms (WIP)
I recommend using Visual Studio Code
- Install VSCode
- Clone the repository into your project folder, and import it with
#include "CPP-Algorithms"
All functions are provided as a template, so that you are not limited by the data type. If contributing, please follow the same pattern.
All contributions are welcome :)