Go to file
Krishna Vedala dd40af2736 document project euler till prob 12 2020-06-05 12:20:25 -04:00
.github uncomment git push 2020-06-03 17:15:37 -04:00
.vscode fix clang formatting for VSCode 2020-05-29 12:35:19 -04:00
client_server formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
conversions find openmp declared required only once 2020-05-31 10:49:26 -04:00
data_structures formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
exercism formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
greedy_approach formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
hash formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
leetcode formatting source-code for 2829b58c98 2020-05-29 20:25:52 +00:00
machine_learning Merge branch 'machine_learning/kohonen_som' 2020-06-03 16:32:35 -04:00
misc add params and returns to factorial_large_number 2020-05-31 10:51:34 -04:00
numerical_methods add file doc brief 2020-06-05 09:23:39 -04:00
project_euler document project euler till prob 12 2020-06-05 12:20:25 -04:00
searching find openmp declared required only once 2020-05-31 10:49:26 -04:00
sorting formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
.gitignore +vscode settings 2020-05-29 10:53:46 -04:00
.gitmodules removed function_timer submodule 2020-05-29 10:45:50 -04:00
CMakeLists.txt doxygen variable name corrections 2020-06-05 09:22:46 -04:00
CodingGuidelines.md added code style conventions 2018-03-23 21:47:38 +01:00
DIRECTORY.md updating DIRECTORY.md 2020-06-03 18:55:22 +00:00
Doxyfile added doxygen documentation 2020-05-24 22:28:28 -04:00
LICENSE Create LICENSE 2019-10-03 11:58:25 +08:00
README.md update README for Awesome CI build status 2020-05-30 14:33:55 -04:00

README.md

The Algorithms - C

contributions welcome  GitHub repo size GitHub closed pull requests Doxygen CI Awesome CI Workflow

Online Documentation.

Click on Files menu to see the list of all the files documented with the code.

All the code can be executed and tested online: using Google Colab Notebook

Algorithms implemented in C (for education)

The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.

Contribute Guidelines

Read our Contribution Guidelines before you contribute.