4016 Forks
16478 Stars
16478 Watchers

C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

How to download and setup C

Open terminal and run command
git clone https://github.com/TheAlgorithms/C.git
git clone is used to create a copy or clone of C repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with C https://github.com/TheAlgorithms/C/archive/master.zip

Or simply clone C with SSH
[email protected]:TheAlgorithms/C.git

If you have some problems with C

You may open issue on C support forum (system) here: https://github.com/TheAlgorithms/C/issues