alexstanovoy / Library-STLB

A tiny library for small projects
GNU General Public License v3.0
4 stars 0 forks source link
algorithms cpp-library tiny-library

Library::STLB

About

License: GPL v3 Build Status Codecov status Documentation

Library::STLB (Standard Template Library B) - the tiny library that contains implementations of powerful algorithms in C++ language for different purposes: projects, as a small «gear» in big products, competitive programming solutions. Also, all algorithms and classes designed for intuitive use just like in STD C++ library.

Features:

Documentation

Documentation of the project is available on GitHub Pages.
Note that not all sources are currently documented. If you can help - you're welcome!

Changelog

Changelog is available here.

Testing & Creating documentation

Just run CMakeLists.txt file in the main folder, but I recommend building the project out-of-source. On Linux:

Requirements: