AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

ds.h

Posted on 2 July 2024.
c data structures algorithms

About

Header only library for data structures in C.

Implemented Data Structures:

For your projects you just need to copy paste the ds.h file into your src and use this in the code

#define DS_IMPLEMENTATION
#include "ds.h"

Quickstart

Check the examples

make
./build/example_name

Conclusion