Here, there are some stored algorithms. This repository is a collections of implementation of a variety of algorithms (from diferent topics) made up in C++.
- All of these algorithms implementations are in this general purpose language - C++.
- The C++ standard used to implement these algorithms is C++17.
- These algorithms are purposely using STL classes and containers. It is not using external libraries for compilation or execution.