####100daysofcode Challenge
Explore about arrays, linked lists, stacks & queues, graphs, and
more to master the foundations of data structures & algorithms!
- 500 Question on DSA Click here
- Leetcode Best practice click here
To decide which data structure you need in what case, you should know about them in the first place.
You need to know:
- Which DS exist
- What they are good for
- How they work
- Their runtime characteristics (time and space complexity)
- Their pros && Cons.
Brief explanation || Application of DSA
⏩ visualgo
⏩ practice G4G
⏩ 30dayscoding
⏩ FacePrep DSA
⏩ Placement-Preparation
⏩ Learn DSA - codechef
⏩ techdevguide
⏩ Leetcode.com