• Retrieves the reachable vertices starting from start.

    Parameters

    • start: Vertex

      The start point to retrieve.

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

    The indices of vertex which can reach from start vertex.

Generated using TypeDoc