2019-11-14 01:23:29 +08:00
|
|
|
# The Algorithms - C++
|
|
|
|
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md)
|
|
|
|
![GitHub repo size](https://img.shields.io/github/repo-size/TheAlgorithms/C-Plus-Plus?color=red&style=flat-square)
|
|
|
|
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/TheAlgorithms/C-Plus-Plus?color=green&style=flat-square)
|
2017-12-27 20:42:48 +08:00
|
|
|
|
2019-11-14 01:23:29 +08:00
|
|
|
### All algorithms implemented in C++ (for education)
|
|
|
|
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
|
2019-11-15 13:44:55 +08:00
|
|
|
Read our [Contribution Guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md) before you contribute.
|