TheAlgorithms-C-Plus-Plus/README.md

19 lines
1.2 KiB
Markdown
Raw Normal View History

# The Algorithms - C++ # {#mainpage}
2020-05-28 05:43:02 +08: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) 
![GitHub repo size](https://img.shields.io/github/repo-size/kvedala/C-Plus-Plus?color=red&style=flat-square)
2020-05-28 05:43:37 +08:00
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/kvedala/C-Plus-Plus?color=green&style=flat-square)
2020-05-26 13:29:51 +08:00
![Doxygen CI](https://github.com/kvedala/C-Plus-Plus/workflows/Doxygen%20CI/badge.svg)
![cpplint](https://github.com/kvedala/C-Plus-Plus/workflows/cpplint_modified_files/badge.svg)
![C/C++ CI](https://github.com/kvedala/C-Plus-Plus/workflows/C/C++%20CI/badge.svg)
2017-12-27 20:42:48 +08:00
[Online Documentation](https://kvedala.github.io/C-Plus-Plus).
2020-05-26 13:31:58 +08:00
Click on [Files menu](https://kvedala.github.io/C-Plus-Plus/files.html) to see the list of all the files documented with the code.
### Algorithms implemented in C++ (for education)
2019-11-14 01:23:29 +08:00
The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.
2017-12-27 20:42:48 +08:00
2019-11-14 01:23:29 +08:00
### Contribute Guidelines
Read our [Contribution Guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md) before you contribute.