Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 250 Bytes

File metadata and controls

10 lines (10 loc) · 250 Bytes

Data-Structure-Implementations

Implementation of Data Structures in C and some basic Applications

  1. Linked List(Single/Double)
  2. Stack
  3. Queue
  4. Expression Tree
  5. Binary Search Tree
  6. Priority Queue
  7. Graph Traversal
  8. Dijkstra's Algorithm