Namespace PathFinder.Graphs
Classes
DefaultTraverser<T>
The default graph traverser. Uses the from
nodes traversing methods.
Interfaces
INodeTraverser<T>
Provide an alternate traverser for a graph that any of the solvers in PathFinder.Solvers.Generic may use instead of the default traverser.
ITraversableNode<T>
The interface needed for any nodes in a graph to be searched through
via any the graph solvers in the PathFinder.Solvers.Generic
namespace.