Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 315 Bytes

File metadata and controls

15 lines (14 loc) · 315 Bytes

DataStructures

Implementation of Popular Datastructures and their ADT in C#

Implemented So Far:

  • Binary & Binary Search Trees
  • LinkedList
  • Stack
  • Queue
  • Arrays
  • LRU Cache - Supports integer key and value
  • MinHeap with Arrays
  • Generic Priority Queues

To-Do:

  • Graphs
  • HashMap