Various data structures, implemented in C.
- Some C compiler.
cd /path/to/where/you/want/it
git clone https://github.com/chivingtoninc/Data-Structures-C.git
Navigate to an example in the Data-Structures-C directory and compile/run.
cd /path/to/Data-Structures-C/someExample
gcc someExample.c -o someExample
./someExample
Only real use is for learning about data structures. You can copy them into a bigger project, but these should not be considered production-ready in any way. Simply follow the steps in Testing to use.
Not currently accepting outside contributors, but feel free to clone, fork, modify and use as you wish.
Thanks to Brian Kernighan and Gayle Laakmann McDowell for their brilliant explanations of these data structures.
This project is licensed under the DO_WHATEVER_YOU_WANT License - see the LICENSE file for details