AStar
|
Exposes the A* path finding algorithm.
|
ConcurrentPriorityQueue<'P, 'V>
|
Concurrent priority queue.
|
IPriorityQueue<'P, 'V>
|
Priority queue interface.
|
ISetExtension
|
|
Neighborable<'N>
|
A participant in an A* graph.
|
Path<'Node>
|
A path through a graph of A* nodes.
|
PriorityQueue<'P, 'V>
|
|
ReadOnlySet<'T>
|
|
ReferenceEqualityComparer
|
A simple reference equality comparer for use in C# (F# uses HashIdentity.Reference).
|
TreeNode<'T>
|
A generic tree node.
Sourced from - https://stackoverflow.com/a/10442244/1082782
|
ValueSort
|
Enables faster sorting of non-trivial values types.
|