Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 518 Bytes

Data Structures & Algorithm implementation using C#

Please star ⭐ this GitHub repository if you find it helpful or valuable. Your support is greatly appreciated!

  1. BFS - Breadth First Search
  2. BST - Binary Search Tree
  3. Binary Search
  4. Bubble sort
  5. DFS - Depth First Search
  6. DFS for disconnected graph
  7. Insertion Sort
  8. Merge sort
  9. Tree Traversal
  10. Heap Sort

Datastructures and Algorithm codes

  • All code in a repository
  • Maintain theory in a folder
  • Practice in different languages