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

Dev-XYS/Algorithms resource

全面的算法代码仓库 observed · 2026-08-28

github.com/Dev-XYS/Algorithms · C++ · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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: 3681
  • days_rel: n/a
  • days_push: 2160
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1160 stars · 436 forks observed · 2026-08-28

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

A comprehensive collection of algorithm and data structure implementations written in C++, covering graph algorithms, sorting, number theory, string matching, trees, and more. All code is released under The Unlicense, making it freely usable as reference material for study and competitive programming.

Use cases

  • learning classic algorithms with C++ example code
  • preparing for competitive programming contests like the IOI
  • looking up reference implementations of graph algorithms like Dijkstra or Dinic
  • finding data structure implementations such as Fenwick trees, segment trees, and link-cut trees
  • copying public-domain algorithm snippets into personal projects
  • studying number theory routines like fast exponentiation and modular inverse

When to choose

  • you want public-domain (Unlicense) C++ algorithm code with no licensing restrictions
  • you are studying for informatics olympiad or interview preparation
  • you need a broad index of classic algorithms from graph theory to computational geometry

When to avoid

  • you need a production-ready, well-tested algorithm library with guarantees of correctness
  • you want algorithms in a language other than C++
  • you need actively maintained code with frequent updates and releases

Facets

learning-resource · maturity maintenance

developer-tools education programming-languages cpp cross-platform competitive-programming data-structures cpp reference-code unlicense algorithms

1 source

Member repositories

RepositoryRoleHealth v2
Dev-XYS/Algorithmsmain32

For agents

markdown · JSON · MCP: product_card(name="Dev-XYS/Algorithms")

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