Algorithms resource
A collection of algorithms and data structures observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 89
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3455
- days_rel: n/a
- days_push: 71
- n_releases_24m: 0
Adoption not part of the score
18720 stars · 4515 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A well-documented Java library of classic algorithms and data structures (graph theory, sorting, dynamic programming, trees, geometry, etc.) with companion video explanations. It serves both as reference implementations and as an educational resource for learning algorithms.
Use cases
- study algorithms and data structures with working Java code
- prepare for coding interviews
- find reference implementations of Dijkstra, max flow, or TSP
- learn graph theory algorithms with video walkthroughs
- copy well-tested implementations of trees, heaps, and sorting algorithms
- understand dynamic programming through examples
When to choose
- you want clean, tested Java implementations of common algorithms
- you prefer learning from code paired with video explanations
- you need reference code for interview or coursework preparation
When to avoid
- you need a production-ready algorithm library with package management (use a Maven artifact instead)
- you work in a language other than Java
- you need high-performance, optimized implementations rather than educational clarity
Facets
learning-resource · maturity active
math search-engine developer-tools education programming-languages tutorials jvm cross-platform data-structures graph-theory dynamic-programming sorting java interview-preparation computer-science bazel algorithms
1 source
- readme: https://github.com/williamfiset/algorithms · fetched 2026-08-28 · bc0076f7529f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| williamfiset/algorithms | main | 72 |
| williamfiset/DEPRECATED-data-structures | mirror | 32 |
For agents
markdown · JSON · MCP: product_card(name="williamfiset/algorithms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem