4 packages tagged with “computer-science”
C#-only solver for the rectangular linear assignment problem, also known as the minimum weight full matching problem for bipartite graphs. Algorithms used include shortest augmenting path search and cost-scaling pseudoflow based assignment.
Package Description
Some C#-only solvers for the multi-way partition problem.
A collection of popular sorting algorithms in C#, including QuickSort and more to come. Ideal for educational and practical use.