Search Results for

    Show / Hide Table of Contents

    Namespace MoreStructures.Graphs.Visitor

    Classes

    DirectionableVisit

    A IVisitStrategy implementation which can perform the visit taking into account or not the direction of the edges of the graph, based on the DirectedGraph property.

    FullyIterativeHashSetBasedGraphVisit

    A IVisitStrategy implementation which uses an of System.Int32 to store already visited vertices, while visiting the graph, and performs the visit iteratively, using a XStack<T>.

    FullyRecursiveHashSetBasedGraphVisit

    A IVisitStrategy implementation which uses an of System.Int32 to store already visited vertices, while visiting the graph, and performs the visit recursively.

    VisitEventArgs

    An object carrying information about the visit of a vertex of a graph being visited by a .

    Interfaces

    IVisitStrategy

    An algorithm exploring IGraph instances.

    In This Article
    Back to top Generated by DocFX