/coding-challenges

Coding challenges from leetcode/hackerrank with Arrays, Trees, LinkedList, Stack/Queues, Heap, Graphs (Path finding for minimum weight along with routes, Minimum Spanning Tree), and Dynamic Programming.

Primary LanguageC#

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