Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

DS written from scratch.

Data-Structures-and-Algorithms

My Tutorials on Data Structures and Algorithms.

Data Structures

  1. Linked List
    1. Singly Linked List API
    2. Doubly Linked List API
  2. Stack API
  3. Queue API
  4. Tree
    1. Binary Search Trees API
    2. Heap API
  5. Arrays
    1. Vector API
  6. Hash
    1. Phone Book API