Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 425 Bytes

Coding challenges

Coding challenges in C# with Arrays, Trees, LinkedList, Stack, Queues, Heap, Graphs, Dynamic Programming

Notable challenges

  • N Queens Puzzle
  • Dutch Flag Sorting
  • Medain of two sorted arrays
  • Dynamic programming fundamentals
  • Graph Challenges: Bellman Ford, Dijkstra, Bipartite, Topoligical Sorting, MST with Kruskal, MST with Prims
  • Running Median
  • LRU Cache
  • Tree Traversal and Reconstruction