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.