Skip to content

aj7tt/100daysofDSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####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