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#
- Host: GitHub
- URL: https://github.com/hojelse/aads
- Owner: hojelse
- Created: 2022-04-20T09:41:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T20:57:10.000Z (about 4 years ago)
- Last Synced: 2025-08-01T02:34:08.096Z (11 months ago)
- Topics: algorithms, csharp, datastructures, library, nuget-package
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)*