• Extracts the visited vertex indices in post-order starting from start.

    Parameters

    • start: Vertex

      An index to start traversal.

    Returns ((graph) => Vertex[])

    The visited indices in post-order.

Generated using TypeDoc