TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
This is a comprehensive resource for students and educators looking to understand and implement fundamental computer science, mathematics, and machine learning concepts. It provides ready-to-use C++ code for various algorithms, allowing you to input a problem and receive a tested, documented solution. It is ideal for those learning or teaching algorithm design and implementation in a classroom or self-study environment.
33,919 stars. No commits in the last 6 months.
Use this if you are a student or educator needing clear, self-contained C++ implementations of common algorithms for study or teaching purposes.
Not ideal if you are a software developer looking for high-performance, production-ready libraries, or complex domain-specific solutions.
Stars
33,919
Forks
7,741
Language
C++
License
MIT
Category
Last pushed
Oct 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/TheAlgorithms/C-Plus-Plus"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
spirosmaggioros/AlgoPlus
AlgoPlus is a C++17 library with implemented data structures and algorithms for various...
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics,...
ACM-VIT/Algos-for-all-Amigos
This repository consists an implementation of the Algorithms encountered in Computer Science,...
WeltXing/liblinear-sc-reading
LIBLINEAR理论与源码解读(已完结)
rogue-agent1/logistic-regression-py
Logistic regression with gradient descent