Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarnott/nerdbank.algorithms

A collection of algorithms I've implemented and found generally useful
https://github.com/aarnott/nerdbank.algorithms

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Nerdbank.Algorithms

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

[![NuGet package](https://img.shields.io/nuget/v/Nerdbank.Algorithms.svg)](https://nuget.org/packages/Nerdbank.Algorithms)
[![Build Status](https://dev.azure.com/andrewarnott/OSS/_apis/build/status/Nerdbank.Algorithms/Nerdbank.Algorithms?branchName=main)](https://dev.azure.com/andrewarnott/OSS/_build/latest?definitionId=71&branchName=main)

## Constraints solution engine

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