Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 899 Bytes

DESCRIPTION.md

File metadata and controls

28 lines (21 loc) · 899 Bytes

router

Description

This example implements the algorithm (as described here https://github.com/andrewdavidmackenzie/router) for calculating the shortest route from a start-point to an end-point through a simplified road network.

Road route London Heathrow to City Center

Root Diagram

Click image to navigate flow hierarchy.

Features Used

  • The selection of a single Value from an array of values that is one of a number of outputs (not the only output). This involves selecting the structure from the output by route, and then the value from that by index.

Functions Diagram

This diagram shows the exploded diagram of all functions in all flows, and their connections.

Click image to view functions graph.