2022-10-11 00:01:17 -06:00
# The Algorithms - PHP
2020-07-04 13:47:07 +05:30
2022-10-11 00:01:17 -06:00
### All algorithms implemented in PHP - for education
2020-07-04 13:47:07 +05:30
2022-10-11 00:01:17 -06:00
The Implementations in this repo are examples and may be less efficient than the implementations in the PHP standard Library.
2020-07-04 13:47:07 +05:30
2022-10-08 17:37:29 +01:00
## Contribution Guidelines:
2022-10-11 00:01:17 -06:00
2022-10-08 17:37:29 +01:00
To Contribute to this repo please take your time to read our
[Contribution Guidelines ](CONTRIBUTING.md ) before you contribute.
2020-07-04 13:47:07 +05:30
2022-10-11 00:01:17 -06:00
## Community Channels
We're on [Discord ](https://discord.gg/c7MnfGFGa6 ) and [Gitter ](https://gitter.im/TheAlgorithms )! Community channels are great for you to ask questions and get help. Please join us!
2020-07-04 13:47:07 +05:30
## List of Algorithms
2022-10-11 00:01:17 -06:00
See the [directory ](DIRECTORY.md ) for easier navigation and to view the current list of algorithms.
2022-10-08 17:37:29 +01:00
Thanks for contributing!!