In this article, I’m gonna explain how Dijsktra’s algorithm works, so that you can use it to build some cool stuff :) Here’s a visual example of Dijsktra’s algorithm. General Dijkstra’s algorithm is a graph-searching algorithm that’s used to find the shortest path between two nodes in a graph. …