Skip to content

Commit

Permalink
Add resources Level-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nandwalritik committed Oct 22, 2021
1 parent 3295045 commit 1f2a377
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1f2a377

Please sign in to comment.