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
FullyRecursiveHashSetBasedGraphVisit
A IVisitStrategy implementation which uses an
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.