Warning
This library is incomplete and is intended to be for educational purposes only.
A collection of data structures and algorithms implemented in C. It's written in standard C (C99) and uses GNU Make for building.
Clone the repository.
git clone [email protected]:ragibasif/xdsa.git
Make sure you have gcc
and make
installed.
make
./xdsa
make clean