• Determines whether there is a path from start to goal on the graph.

    Parameters

    • start: Vertex

      An index of starting vertex.

    Returns ((goal) => ((graph) => boolean))

    Whether there is a path.

      • (goal): ((graph) => boolean)
      • Parameters

        Returns ((graph) => boolean)

          • (graph): boolean
          • Parameters

            Returns boolean

Generated using TypeDoc