From 2b6661aaf5cd96bd9742d47f63589ef59ec00aed Mon Sep 17 00:00:00 2001 From: Hriday Sharma <86075446+hriday408@users.noreply.github.com> Date: Tue, 20 Jul 2021 08:22:47 +0530 Subject: [PATCH] docs: Changes in README (#842) * Update README.md * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 550a2ab95..269f158a7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Overview -The repository is a collection of open-source implementation of a variety of algorithms implemented in C and licensed under [GPLv3 License](https://github.com/TheAlgorithms/C/blob/master/LICENSE). The algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations and the associated documentation are meant to provide a learning resource for educators and students. Hence, one may find more than one implementation for the same objective but using a different algorithm strategies and optimizations. +The repository is a collection of open-source implementations of a variety of algorithms implemented in C and licensed under [GPLv3 License](https://github.com/TheAlgorithms/C/blob/master/LICENSE). The algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations and their associated documentations are meant to provide a learning resource for educators and students. Hence, one may find more than one implementation for the same objective but using different algorithm strategies and optimizations. ## Features