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.
Consistency refers to how fresh a particular piece of data is. Technically speaking, every read requests we receive to our distrubuted severs, must return same piece of data.
Consistency levels refers to how fresh we want our data to be, when a user sends a read request.
Hello World, I will be sharing poorly written blogs on topics like System Design, Algorithms & some productivity stuff.