Highlight paths between two nodes depending on the chosen method. For presentation purposes,
a button to identify paths between two random nodes in the graph is given.
- Shortest Path
- Calculate the shortest path between the selected nodes. If there are more than one
shortest
path, this algorithm randomly chooses one of them.
- All Paths
- Calculates all paths between the selected nodes with a maximum length of 7.