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

xtaci/algorithms

Algorithms & Data structures in C++. observed · 2026-08-28

github.com/xtaci/algorithms · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

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

Full methodology

Adoption not part of the score

5459 stars · 1516 forks observed · 2026-08-28

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

A collection of classical algorithms and data structures implemented in C++, with one header file per algorithm plus a demo program. It targets Linux/gcc and serves as both a reference implementation and a learning resource.

Use cases

  • learn how classic sorting algorithms are implemented in C++
  • find a header-only skip list or fibonacci heap implementation
  • study data structures like binary search trees and bit sets
  • reference implementations of Miller-Rabin primality testing
  • grab a single-header algorithm to adapt into a C++ project

When to choose

  • you want readable, per-algorithm header files with demos for learning or reference
  • you need a small standalone data structure without pulling in a large library
  • you are on Linux with gcc and want minimal dependencies

When to avoid

  • you need a production-grade, heavily optimized algorithm library like Boost or the C++ standard library
  • you need cross-platform support beyond Linux/gcc
  • you need actively maintained, tested guarantees for critical systems

Facets

library · maturity maintenance

developer-tools education developer-tools cpp data-structures header-only learning-resource c-plus-plus algorithms linux

1 source

Member repositories

RepositoryRoleHealth v2
xtaci/algorithmsmain23

For agents

markdown · JSON · MCP: product_card(name="xtaci/algorithms")

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