• Stars
    star
    238
  • Rank 168,613 (Top 4 %)
  • Language
    C#
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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