mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
3f31d518ec
Working vscode modules on Gitpod: * cmake configure, compile and provide intellisense * Microsoft C/C++ tools for intellisense, autocomplete, etc * use docker image for Gitpod for more control on packages * enable badges and other convenience tools using Gitpod
21 lines
1.6 KiB
Markdown
21 lines
1.6 KiB
Markdown
# The Algorithms - C # {#mainpage}
|
|
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/kvedala/C)
|
|
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)
|
|
[![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/CONTRIBUTING.md)
|
|
![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)
|
|
![Doxygen CI](https://github.com/kvedala/C/workflows/Doxygen%20CI/badge.svg)
|
|
![Awesome CI Workflow](https://github.com/kvedala/C/workflows/Awesome%20CI%20Workflow/badge.svg)
|
|
|
|
[Online Documentation](https://kvedala.github.io/C).
|
|
|
|
Click on [Files menu](https://kvedala.github.io/C/files.html) 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](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/kvedala/27f1b0b6502af935f6917673ec43bcd7/plot-durand_kerner-log.ipynb)
|
|
|
|
### 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/CONTRIBUTING.md) before you contribute.
|