/data-structures-and-algorithms

This repository contains data structures and algorithm implemented in C#.

Primary LanguageC#

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