TheAlgorithms/Dart resource
All Algorithms implemented in Dart 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2613
- days_rel: n/a
- days_push: 66
- n_releases_24m: 0
Adoption not part of the score
2146 stars · 486 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of algorithms and data structures implemented in Dart for educational purposes. It covers classic algorithms like searching and sorting with explanations of their complexity properties.
Use cases
- learn algorithms in Dart
- study data structures with Dart examples
- reference implementations of sorting algorithms
- understand binary search and linear search
- prepare for coding interviews with Dart
- find educational algorithm code snippets
When to choose
- you are learning algorithms and prefer Dart
- you want readable reference implementations rather than production-optimized code
- you are contributing to open source or studying algorithm complexity
When to avoid
- you need performant, production-ready algorithms (use Dart's standard library)
- you need algorithms in another language
- you need a maintained algorithm library as a dependency
Facets
learning-resource · maturity active
developer-tools education programming-languages cross-platform algorithms data-structures dart educational sorting searching
1 source
- readme: https://github.com/TheAlgorithms/Dart · fetched 2026-08-28 · 89479e2280d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TheAlgorithms/Dart | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="TheAlgorithms/Dart")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem