Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/nerdbank.algorithms.rs
https://github.com/aarnott/nerdbank.algorithms.rs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aarnott/nerdbank.algorithms.rs
- Owner: AArnott
- Created: 2022-05-30T01:14:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T03:05:54.000Z (over 2 years ago)
- Last Synced: 2024-12-01T00:03:42.735Z (about 1 month ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nerdbank.Algorithms for Rust
[![Build status](https://github.com/AArnott/Nerdbank.Algorithms.rs/actions/workflows/rust.yml/badge.svg)](https://github.com/AArnott/Nerdbank.Algorithms.rs/actions/workflows/rust.yml)
This project contains a collection of popular algorithms I've found useful in some fun projects.
## Work in progress
I'm very new to rust and this is my first attempt at a real project.
Your kind feedback welcome.## Constraints solution engine
The `SolutionBuilder` crate will help to find the one (or many) solutions to any problem that you can express in terms of nodes and constraints.
This is a rust port of my .NET [Nerdbank.Algorithms library](https://github.com/AArnott/Nerdbank.Algorithms).