Steps of the Shortest Route Problem
1. Select the node with the shortest direct route from the origin
2. Establish a permanent set with the origin node and the node that was selected in step 1
3. Determine all nodes directly connected to the permanent set nodes
4. Select the node with the shortest route (branch) from the group of nodes directly connected
5. Repeat steps 3 and 4 until all nodes have joined the permanent set