From 1f2a37764cb534a088930bb202b56845958dae77 Mon Sep 17 00:00:00 2001 From: Ritik Nandwal Date: Fri, 22 Oct 2021 16:38:35 +0530 Subject: [PATCH] Add resources Level-1 --- Readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bc82b0b..d3123f1 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,13 @@ -# Datastructures implemented in C/C++/Java/Python3 +## About + +#### This repository contains code for different data structures and algorithms implemented majorly in C and C++. +#### From my experience I am sharing a learning path which a newbie could follow to master Datastructures and Algorithms. +#### It's not a one day task but you will have to practice daily to develop a good grasp at DSA. + + +## Getting Started +### Level-1 +* Learn any one programming language. +* Learn basic concepts of oops, which will help you during the implementation part of DSA. +* [W3Schools](https://www.w3schools.com/) is one of the best website from where you can learn step by step. +