Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 367 Bytes

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.