Skip to content

poyea/ming

Repository files navigation

ming

C++ containers library

Build Instructions

mkdir -p build && cmake -B build -DTESTS=ON && cmake --build build && ctest --test-dir build

Just one:

mkdir -p build && cmake --build build && ctest --test-dir build -R trie

License

GNU General Public License v3.0

About

Algorithmic data structures in modern C++

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published