/Nerdbank.Algorithms

A collection of algorithms I've implemented and found generally useful

Primary LanguageC#MIT LicenseMIT

Nerdbank.Algorithms

This project contains a collection of popular algorithms I've found useful in some fun projects.

NuGet package Build Status

Constraints solution engine

The Nerdbank.Algorithms.NodeConstraintSelection.SolutionBuilder<T> class will help to find the one (or many) solutions to any problem that you can express in terms of nodes and constraints.