fragglet/c-algorithms
A library of common data structures and algorithms written in C. observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 72
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5915
- days_rel: n/a
- days_push: 169
- n_releases_24m: 0
Adoption not part of the score
3610 stars · 746 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of common computer science data structures and algorithms written in 100% ANSI standard C. Each module is self-contained so it can be copied into any project, or built together as the libcalg library.
Use cases
- add linked lists, hash tables, or binary trees to a C project
- copy a single data structure source file into my codebase without dependencies
- replace C's limited standard library with common algorithms
- learn how classic data structures are implemented in C
- use a permissively licensed data structure library in proprietary software
When to choose
- you need basic data structures in plain C with no dependencies
- you want permissively licensed (ISC) code reusable in proprietary projects
- you prefer copying individual .c/.h modules rather than linking a library
When to avoid
- you need generic, type-safe containers like C++ STL or Rust collections
- you need high-performance concurrent or lock-free data structures
- your project uses a higher-level language with a rich standard library
Facets
library · maturity maintenance
developer-tools developer-tools cross-platform c data-structures ansi-c modular isc-license libcalg algorithms
2 sources
- readme: https://github.com/fragglet/c-algorithms · fetched 2026-08-28 · a44ea2456f4e
- homepage: https://fragglet.github.io/c-algorithms/ · fetched 2026-08-29 · 81f971bfb13a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fragglet/c-algorithms | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="fragglet/c-algorithms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem