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.

C
51
Established
Algos-for-all-Amigos
31
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 5/25
Maturity 9/25
Community 17/25
Stars: 21,803
Forks: 4,729
Downloads:
Commits (30d): 0
Language: C
License: GPL-3.0
Stars: 9
Forks: 10
Downloads:
Commits (30d): 0
Language: C++
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

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