TheAlgorithms-C/README.md
Krishna Vedala 3f31d518ec
update Gitpod - use docker image
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
2020-06-09 20:53:41 -04:00

1.6 KiB

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.