/data-structures-in-c

Some data structures created from scratch in the C language

Primary LanguageCGNU General Public License v3.0GPL-3.0

Data Structures in C

A collection of programs that implement common, well-known data structure in the classic C language.

Why C?

For several reasons.

  1. It's not prepackaged with a lot of data structures
  2. It requires memory management
  3. I wanted to live dangerously

How to Use

Each program contains it's own README with information on how to use it.