From f847877bf2b1acbc3cc08e8c27ce263bf3fe25ec Mon Sep 17 00:00:00 2001 From: Brian_OB Date: Thu, 10 Mar 2022 14:18:56 +0300 Subject: [PATCH] Update ReadMe.md Added Intro section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7bdc54..9930501 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This is a playground repository for data structures and algorithms in Java - [Data Structures](##datastructures) - [Resources](##Resources) ## Intro +Data structures and algorithms are essential in writing effecient code and also in designing good software.The goal +of this repository is to document my learnings and implementations of various data structures and algorithms. ## Data Structures ## Resources