# aalhour/C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

Repository: https://github.com/aalhour/C-Sharp-Algorithms
Canonical: https://ross.abutalabs.com/products/c-sharp-algorithms
Language: C#
License: MIT
License Family: permissive
Topics: csharp, algorithms, data-structures, graph, graph-algorithms, tree, binary-trees, tree-algorithms, heaps, queues, sorting, sorting-algorithms, searching, searching-algorithms, hashing, hashing-algorithms
Last push: 2026-08-20T12:44:57+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 65, longevity 100
- inputs: {"age_days": 4129, "days_push": 13, "days_rel": 237, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6164, forks 1395 (observed 2026-08-28T04:09:36.791115+00:00)

## What it is
A plug-and-play C# class library implementing classic data structures and algorithms, including graphs, trees, heaps, sorting, searching, and hashing. It serves as both a usable library and an educational reference with 623+ unit tests.

## Use cases
- implement classic data structures in C#
- learn sorting and searching algorithms
- prepare for coding interviews
- reference implementations of graph and tree algorithms
- use plug-and-play hashing and heap classes in .NET projects

## When to choose
- you need readable, well-tested C# implementations of standard algorithms
- you are studying data structures or preparing for interviews
- you want a modular library you can drop into a .NET project

## When to avoid
- you need maximum performance for production workloads
- you need data structures outside the classic CS canon
- you are not working on the .NET platform

## Facets
- artifact type: library
- maturity: active
- function: parser, search-engine, caching, developer-tools
- domain: education, developer-tools
- platform: dotnet, cross-platform
- tags: data-structures, algorithms, csharp, sorting, graph-algorithms, educational, interview-prep

## Member repositories
- aalhour/C-Sharp-Algorithms (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:36.791115+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:27.909455+00:00, confidence not recorded.
  - readme: https://github.com/aalhour/C-Sharp-Algorithms (fetched 2026-08-28T04:09:36.791115+00:00, sha fd76296d64e4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
