100daysofDSA
100daysofDSA copied to clipboard
Problem-solving
####100daysofcode Challenge
Explore about arrays, linked lists, stacks & queues, graphs, and
more to master the foundations of data structures & algorithms!
100daysofDSA ๐ฅ๐ฅ
Coding Practice ๐ป๐ฉโ๐ป
- 500 Question on DSA Click here
- Leetcode Best practice click here
Choosing the Right Data Structure to solve problems?๐ป
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
#100daysOfCode ๐ป
- [X] Fundamental
- [x] Array
- [x] String
- [X] Searching
- [X] Sorting
- [X] Hashing
- [ ] Queue
- [x] Stack
- [ ] Tree
Resources ๐๐งพ
โฉ visualgo
โฉ practice G4G
โฉ 30dayscoding
โฉ FacePrep DSA
โฉ Placement-Preparation
โฉ Learn DSA - codechef
โฉ techdevguide
โฉ Leetcode.com