Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 538 Bytes

CDataStructures

What's special about this repository? The ultra messy and probably not-a-good-idea-to-use Elements directory of course!

The basic C data structures:

  • Lists
  • Trees
  • Heaps

Basic data types supported:

  • (unsigned) char
  • (unsigned) short
  • (unsigned) int
  • float
  • double
  • string

Any different data type can be easily implemented adding your personal code.

A fork library based upon my "elements" can be found at (italian): https://github.com/LeoMirots/Lists

SuperPunto is now a collaborator