From 6510fa48668abd620d42ce4dc0f01a90f211a515 Mon Sep 17 00:00:00 2001 From: Anup Kumar Panwar <1anuppanwar@gmail.com> Date: Sat, 4 Jul 2020 13:47:07 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cff2d3b..f457dc0 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# Php \ No newline at end of file +# The Algorithms - Php + +### All algorithms implemented in Php (for education) + +These implementations are for learning purposes. They may be less efficient than the implementations in the Php standard library. + +## Contribution Guidelines + +Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. + +## Community Channel + +We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us. + +## List of Algorithms + +See our [directory](DIRECTORY.md).