From efcddde2d752de49ac55e049de6b080c88d50c8a Mon Sep 17 00:00:00 2001 From: amtech Date: Fri, 23 Jun 2023 17:49:07 +0100 Subject: [PATCH 1/2] Added description to this project, no description for this project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4f7ccfb..3e5a1546 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Algorithms - PHP +The Algorithm PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects. + ### All algorithms implemented in PHP - for education The Implementations in this repo are examples and may be less efficient than the implementations in the PHP standard Library. From 4484afa36a218818e65ac05ce172b26c87631570 Mon Sep 17 00:00:00 2001 From: Brandon Johnson Date: Thu, 20 Jul 2023 02:07:13 -0600 Subject: [PATCH 2/2] Changed description to this project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5a1546..7afa9dc6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Algorithms - PHP -The Algorithm PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects. +The Algorithms - PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects. ### All algorithms implemented in PHP - for education