From 5619804472ede1ec452b1d0870c61fa5c669595a Mon Sep 17 00:00:00 2001 From: Yash sinha <63401056+YASH162@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:25:05 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b71dc9..414e053 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ ### Introductory website for TheAlgorithms

+

What is an Algorithm ?

+
The word Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm refers to a set of rules/instructions that step-by-step define how a work is to be executed upon in order to get the expected results.
+

We are here to help you !

+ +

TheAlgorithms is open source community established to help people find all the algorithms and data structures for every popular language at a single place.