Go to file
Krishna Vedala 2a0b8917f8
fix argc check
refer: dd40af2736 (r40309582)
(cherry picked from commit 610181d5e81c39cb23415cf056a021acc37f9b3c)
2020-07-01 19:56:45 -04:00
.github fix formatting style to Google 2020-06-28 11:24:39 -04:00
.vscode fix newline character 2020-06-23 18:30:26 -04:00
client_server formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
conversions fix LGTM error - c_atoi 2020-06-28 15:53:26 -04:00
data_structures fixed documentations 2020-06-28 15:18:52 -04:00
exercism formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
greedy_approach formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
hash formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
leetcode formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
machine_learning fixed documentations 2020-06-28 15:18:52 -04:00
misc use Cantor variable name and not contour 2020-06-30 13:52:43 -04:00
numerical_methods fixed documentations 2020-06-28 15:18:52 -04:00
project_euler fix argc check 2020-07-01 19:56:45 -04:00
searching added iterative algorithm for binary_search 2020-06-30 14:17:12 -04:00
sorting fixed documentations 2020-06-28 15:18:52 -04:00
.gitignore ignore files in .vscode unless specifically added 2020-06-28 07:10:42 -04:00
.gitpod.dockerfile update Gitpod - use docker image 2020-06-09 20:53:41 -04:00
.gitpod.yml update Gitpod - use docker image 2020-06-09 20:53:41 -04:00
CMakeLists.txt remove /Z option from cmake MSVC 2020-06-30 13:38:53 -04:00
CodingGuidelines.md added code style conventions 2018-03-23 21:47:38 +01:00
DIRECTORY.md updating DIRECTORY.md 2020-06-17 23:19:30 +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 fix link references from fork to main repo 2020-06-28 11:22:42 -04:00

README.md

The Algorithms - C

Gitpod Ready-to-Code Gitter chat 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.