Click or drag to resize

Kit.Algorithms Namespace

Implementations of common algorithms.
Classes
  ClassDescription
Public classAStar
A generic implementation of the A-Star algorithm.
Public classHungarianAlgorithm
Finds the optimal assignment of tasks when worker costs for doing each are given.
Public classNaturalSortComparer
A natural sort (human-friendly) comparer for sorting names.
Public classPathT

Represents a linked-list of nodes and the running total of cost.

Result spited out by the AStar algorithm.

Public classPriorityQueueT
An implementation of the Priority Queue data structure.
Structures
  StructureDescription
Public structureSphericalCoordinate
Represents a point on a sphere, and allows to do calculations with it w.r.t to other points on the sphere.