Suppose you want to start from one node and get somewhere else quickly. This is called Single Source Shortest Path. There are two common algorithms that do this.
Suppose you want to start from one node and get somewhere else quickly. This is called Single Source Shortest Path. There are two common algorithms that do this.