Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 626 Bytes

void valgrind mit

C Structs

Basic C generic structs

Array

List

  • Linked list
  • Doubly linked list
  • Circular linked list
  • Doubly circular linked list

Stack

Queue

Tree

  • Binary tree
  • Binary search tree
  • AVL tree
  • General tree

Heap

  • Binary heap

Hash table

Open hashing

  • Separate chaining

Closed hashing

  • Linear probing
  • Cuadratic probing
  • Double hashing