wima
    Preparing search index...

    Class Graph<T>

    Type Parameters

    • T
    Index

    Constructors

    Methods

    • Parameters

      • start: number

        Index of the first node.

      • end: number

        Index of the second node.

      Returns void

    • Parameters

      • start: number

        Index of the first node.

      • end: number

        Index of the second node.

      Returns void

    • Parameters

      • start: number

        Index of the first node.

      • end: number

        Index of the second node.

      Returns void

    • Parameters

      • start: number

        Index of the first node.

      • end: number

        Index of the second node.

      Returns boolean

    • TODO - This index thing actually fucks up things,maybe use mappings Or nodes should actually be the indices to an array of values, connections an array of arrays - also indexed by nodes.

      Parameters

      • index: number

        The index of the node to remove.

      Returns void