Coding challenges in C# with Arrays, Trees, LinkedList, Stack, Queues, Heap, Graphs, Dynamic Programming
- 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