Data Structures in C

Implementation of all Data structures in C

  1. Array

  2. Linked List

    1. Singly

    2. Doubly

    3. Circular

    4. Circular Doubly

  3. Queue

  4. Tree

  5. Graph

Last updated