Ross ROSS = Recommend OSS · open-source software intelligence for agents

atcoder/ac-library

AtCoder Library observed · 2026-08-28

github.com/atcoder/ac-library · C++ · CC0-1.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

31/100

  • Activity 19
  • Release rhythm 8
  • Longevity 100
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: 2185
  • days_rel: 489
  • days_push: 489
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2345 stars · 268 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

The official C++ library for AtCoder, providing well-tested implementations of common algorithms and data structures used in competitive programming. It is designed for minimal learning effort and maximum contest convenience, intentionally ignoring general-purpose C++ conventions.

Use cases

  • use segment trees and Fenwick trees in competitive programming contests
  • compute max flow and min cost flow quickly during a contest
  • use modular arithmetic and convolution helpers for math problems
  • get a ready-made DSU (union-find) implementation for AtCoder problems
  • avoid rewriting standard competitive programming algorithms in C++

When to choose

  • you compete on AtCoder (or similar judges) in C++ and want reliable, fast standard algorithms
  • you want a CC0-licensed, header-only library with zero setup effort
  • you need contest-focused implementations that prioritize simplicity over generality

When to avoid

  • you need a general-purpose production C++ library with idiomatic APIs (it intentionally ignores C++ conventions)
  • you need features beyond the fixed algorithm set, since new features are not being added
  • you work in a language other than C++

Facets

library · maturity maintenance

math cpp cross-platform atcoder competitive-programming header-only algorithms data-structures cpp

1 source

Member repositories

RepositoryRoleHealth v2
atcoder/ac-librarymain31

For agents

markdown · JSON · MCP: product_card(name="atcoder/ac-library")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem