EbTech/rust-algorithms resource
Common data structures and algorithms in Rust observed · 2026-08-28
Health v2 · maintenance only
36/100
- Activity 8
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3396
- days_rel: n/a
- days_push: 552
- n_releases_24m: 0
Adoption not part of the score
3981 stars · 233 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of classic data structures and algorithms implemented in Rust, published as the contest-algorithms crate. It is designed as a whitebox cookbook for students, educators, and competitive programmers rather than a general-purpose blackbox library.
Use cases
- learn classic algorithms with readable Rust implementations
- prepare a code reference for competitive programming contests
- study how Rust's type system and ownership model structure algorithm code
- find contest-ready data structures for Codeforces or AtCoder
- teach algorithms with concrete, simple implementations
When to choose
- you want clear, concise, modifiable algorithm code for contests
- you prefer Rust over C++/Java for competitive programming
- you are learning or teaching algorithms and want readable implementations
When to avoid
- you need a production-grade, fully general algorithms library
- you need battle-tested data structures with extensive APIs and guarantees
- you don't use Rust
Facets
learning-resource · maturity active
developer-tools education programming-languages rust cli competitive-programming data-structures cookbook codeforces rust algorithms
1 source
- readme: https://github.com/EbTech/rust-algorithms · fetched 2026-08-28 · a3658135d47e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| EbTech/rust-algorithms | main | 36 |
For agents
markdown · JSON · MCP: product_card(name="EbTech/rust-algorithms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem