2020-05-29 17:28:20 +03:00
# The Algorithms - C # {#mainpage}
2020-05-29 17:29:05 +03:00
[![contributions welcome ](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square )](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md)
2020-05-29 17:28:20 +03:00
![GitHub repo size ](https://img.shields.io/github/repo-size/kvedala/C-Plus-Plus?color=red&style=flat-square )
![GitHub closed pull requests ](https://img.shields.io/github/issues-pr-closed/kvedala/C?color=green&style=flat-square )
2020-05-26 07:22:16 +03:00
![Doxygen CI ](https://github.com/kvedala/C/workflows/Doxygen%20CI/badge.svg )
2020-05-30 21:33:55 +03:00
![Awesome CI Workflow ](https://github.com/kvedala/C/workflows/Awesome%20CI%20Workflow/badge.svg )
2020-05-29 17:28:20 +03:00
[Online Documentation ](https://kvedala.github.io/C ).
2019-08-08 03:00:30 +03:00
2020-05-29 17:28:20 +03:00
Click on [Files menu ](https://kvedala.github.io/C/files.html ) to see the list of all the files documented with the code.
2020-01-09 11:36:32 +03:00
2020-04-24 14:49:02 +03:00
All the code can be executed and tested online: [![using Google Colab Notebook ](https://colab.research.google.com/assets/colab-badge.svg )](https://colab.research.google.com/gist/kvedala/27f1b0b6502af935f6917673ec43bcd7/plot-durand_kerner-log.ipynb)
2020-05-29 17:30:13 +03:00
### 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 ](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md ) before you contribute.