C and Algos-for-all-Amigos
These two tools are competitors, as both aim to provide a collection of algorithms implemented in C for educational purposes, with B being a much smaller and less popular alternative to A.
About C
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Each implementation uses only the C standard library (`libc`) with no external dependencies, enabling deep study of algorithmic fundamentals and portability to embedded systems like ESP32 and ARM Cortex. Code adheres strictly to C11 standards and includes self-checks for correctness validation. Doxygen-generated documentation provides detailed explanations, code snippets, execution guidance, and algorithm flow diagrams for each implementation.
About Algos-for-all-Amigos
ACM-VIT/Algos-for-all-Amigos
This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work