Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.52 KB

File metadata and controls

37 lines (30 loc) · 1.52 KB

C data structures

A repository with impleemntations of a bunch of different data structures. Use as you want.

TODO

  • Linked list
  • Binary Search Tree (BST)
  • AVL Tree
  • Heap (min/max)
  • Map (tree based)
  • Hashmap
  • Hashset
  • Red-Black Tree (Real boss fight)
  • Graphs (Hell, how is it working, I'm scared)

Links:

General

Trees

Hash tables

Misc