Skip to content

Implementation of Popular Datastructures and their ADT in C#

Notifications You must be signed in to change notification settings

vasanthpandia/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of Popular Datastructures and their ADT in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages