Skip to content

Routing Service Overview

jloh02 edited this page Aug 28, 2021 · 2 revisions

Overview

The routing_dijkstra service obtains the graph created by graph_builder service from the GCP Cloud Storage. A modified K-Shortest Dijkstra with Priority Queue is used to find 3 shortest paths between 2 coordinates.

Process Description