100daysofDSA icon indicating copy to clipboard operation
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 ๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

  1. 500 Question on DSA Click here
  2. 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 ๐Ÿ’ป

Resources ๐Ÿ“š๐Ÿงพ

โฉ visualgo
โฉ practice G4G
โฉ 30dayscoding
โฉ FacePrep DSA
โฉ Placement-Preparation
โฉ Learn DSA - codechef
โฉ techdevguide
โฉ Leetcode.com