aj7tt / 100daysofDSA

Problem-solving

Home Page:http://aj7t.me/placement-22/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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