Very simple and Very fast basic DSA library in C
- Very Fast
- Very Simple
- Powerful
- Full Generic
Implementation of basic data structures in C language
- klist.h
- kset.h
- kmap.h
- klinkedlist.h
- kqueue.h
- kstack.h
check examples.c source file
CMake >= 2.8
git clone https://github.com/Capitan-KoLiBer/Kstd.git
cd Kstd
mkdir build
cd build
cmake ..
make
After compiling the library you can include headers and link shared libKstd.so library to your project
:)
Good luck