Skip to content
/ mlibs Public

Commonly used data structures, algorithms and utility functions implemented in C.

License

Notifications You must be signed in to change notification settings

vargab95/mlibs

Repository files navigation

mlibs

Commonly used data structures, algorithms and utility functions implemented in C.

All modules can be built and installed using the following line

./build.sh all --install

Or it can be built and installed using cmake by running the following commands.

mkdir build
cd build
cmake ..
make
sudo make install

About

Commonly used data structures, algorithms and utility functions implemented in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published