Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aarnott/nerdbank.algorithms
- Owner: AArnott
- License: mit
- Created: 2009-08-23T03:00:26.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T04:12:44.000Z (9 months ago)
- Last Synced: 2024-05-02T00:09:49.940Z (8 months ago)
- Language: C#
- Homepage: http://blog.nerdbank.net/
- Size: 3.62 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.