Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 273 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 273 Bytes

Implementation of Data Structures and Algorithms with C#

Data Structures -

  1. Array
  2. Hashtable
  3. Linked List
  4. Stack and Queue
  5. Tree
  6. Graph

Algorithms

  • Dynamic Programming
  • Recursion
  • Sorting
  • Traversals
    • BFS
    • DFS