• Lookups the adjacent vertices which can visit from from vertex.

    Parameters

    • from: Vertex

      Start point to lookup.

    Returns ((graph) => List<Vertex>)

    The adjacent vertices from from.

Generated using TypeDoc