ovidiuch/illustrated-algorithms resource
Interactive algorithm visualizations observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 3544
- days_rel: n/a
- days_push: 2817
- n_releases_24m: 0
Adoption not part of the score
2761 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An interactive web application that visualizes how algorithms like binary search, quicksort, and BFS execute step by step. The actual displayed source code is instrumented to record execution context, letting users play, pause, fast-forward, and rewind algorithm execution alongside visual representations of variables and operations.
Use cases
- learn how binary search works step by step
- visualize quicksort partitioning interactively
- understand breadth-first search traversal
- rewind and replay algorithm execution to study control flow
- teach algorithms with interactive visual aids
- see variables and call stack change during recursion
When to choose
- you want an intuitive, interactive way to understand basic algorithm mechanics
- you prefer visual learning over reading textbook pseudocode
- you need a mobile-friendly visualization to play with
- you want to see real JavaScript source code synced with its execution
When to avoid
- you need production-ready, optimized algorithm implementations
- you need coverage of edge cases or large datasets
- you need a comprehensive algorithm reference covering many algorithms
- you need in-depth algorithm analysis like complexity proofs
Facets
learning-resource · maturity maintenance
data-visualization animation education data-visualization web-development browser algorithm-visualization interactive-learning css-in-js step-by-step-execution computer-science-education education algorithms web javascript
2 sources
- readme: https://github.com/ovidiuch/illustrated-algorithms · fetched 2026-08-28 · 2f5e4756327e
- homepage: https://algorithms.now.sh · fetched 2026-08-29 · c82f2b2d37b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ovidiuch/illustrated-algorithms | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="ovidiuch/illustrated-algorithms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem