A* Algorithm

A* Algorithm: Combining Speed and Accuracy A* Star Algorithm helps us find the shortest path in a graph, often faster than traditional algorithms like BFS or Dijkstra’s Algorithm. Both BFS and Dijkstra’s Algorithm have their strengths, but they can be slow, especially when dealing with complex graphs.

Hello World

Hello World, I will be sharing poorly written blogs on topics like System Design, Algorithms & some productivity stuff.