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

https://github.com/hojelse/aads

A few algorithms and datastructures for C#
https://github.com/hojelse/aads

algorithms csharp datastructures library nuget-package

Last synced: 6 months ago
JSON representation

A few algorithms and datastructures for C#

Awesome Lists containing this project

README

          

# aads
A few algorithms and datastructures for C#

## Usage
1. Run `dotnet add package AADS` in a .NET project
2. Add `using` to your `.cs` files
1. Add `using AADS;` for extension methods and datastructures
2. Add `using static AADS.Algorithms;` for static algorithms

*for other installation methods see: [nuget.org/packages/AADS/](https://www.nuget.org/packages/AADS/)*