/data-structures

Data Structures and their implementations

Primary LanguagePython

Data Structures

Data Structures and their implementations in Python

Contents

  1. Linked Lists
    • Singly Linked Lists
    • Doubly Linked Lists
  2. Stacks
    • Array based Stacks
    • LinkedList based Stacks
  3. Queues
    • Array based Queues
    • LinkedList based Queues
  4. Hash Table
    • Simple Hash Table with Collision Avoidance