tlx

C++ library with sophisticated data structures, algorithms and helpers

brewmacoslinux
Try with needOr install directly
Source

About

Collection of Sophisticated C++ Data Structures, Algorithms and Helpers

Commands

tlx

Examples

Include TLX headers in C++ project for advanced data structures$ #include <tlx/data_structures.hpp>
Use TLX algorithms in compilation with pkg-config$ g++ -std=c++17 program.cpp $(pkg-config --cflags --libs tlx)
Access TLX helpers for string manipulation and utilities$ #include <tlx/string.hpp>