huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms resource
《算法导论》第三版中算法的C++实现 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3812
- days_rel: n/a
- days_push: 902
- n_releases_24m: 0
Adoption not part of the score
4056 stars · 1041 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A C++ implementation of the algorithms from Introduction to Algorithms (CLRS, 3rd edition), written with C++ templates and organized by topic (sorting, graphs, dynamic programming, trees, string matching, etc.). It includes googletest unit tests and Doxygen-generated documentation, intended as a learning companion to the textbook.
Use cases
- study CLRS algorithms with real C++ code
- learn how to implement quicksort, merge sort, and other sorting algorithms in C++
- reference implementations of Dijkstra, Bellman-Ford, and Floyd-Warshall
- understand graph algorithms like BFS, DFS, and maximum flow
- practice dynamic programming problems like longest common subsequence
- see how pseudocode from a textbook translates into working code
When to choose
- you are reading Introduction to Algorithms and want runnable C++ code for its algorithms
- you want tested, documented reference implementations of classic algorithms
- you learn best by studying working code alongside textbook pseudocode
When to avoid
- you need a production-ready algorithms library for real applications
- you want a package manager-installable dependency rather than source code to read
- you need algorithms beyond the CLRS 3rd edition scope
Facets
learning-resource · maturity maintenance
testing documentation developer-tools education tutorials cpp cross-platform introduction-to-algorithms clrs cpp-templates sorting-algorithms graph-algorithms dynamic-programming doxygen googletest study-notes algorithms
1 source
- readme: https://github.com/huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms · fetched 2026-08-28 · a42503ff9d3e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem