Kit.Algorithms Namespace |
| Class | Description | |
|---|---|---|
| AStar | A generic implementation of the A-Star algorithm. | |
| HungarianAlgorithm | Finds the optimal assignment of tasks when worker costs for doing each are given. | |
| NaturalSortComparer | A natural sort (human-friendly) comparer for sorting names. | |
| PathT | Represents a linked-list of nodes and the running total of cost. Result spited out by the AStar algorithm. | |
| PriorityQueueT | An implementation of the Priority Queue data structure. |
| Structure | Description | |
|---|---|---|
| SphericalCoordinate | Represents a point on a sphere, and allows to do calculations with it w.r.t to other points on the sphere. |