How much Dsa in depth
For the package of 6-8 lpa, which dsa topics are very Important and how much depth should I cover to clear the OA and Interview round. Please mention the topics which are most important.
I'm a tier-3 student, I'm trying my best to get a oncampus opportunity as well as in the off-campus. Can anyone mentor me with placements, A little bit of personal guidance would be a world to me.
Absolutely everything.
Salary range has nothing to do with level of depth of DSA algo question in interview.
Just because you can code a trie tree with your eyes closed does not mean you will be profitable to the company.
Salary is set based on what the company thinks, how much value (revenue, share price growth) they can drive from you.
Get a general sense of easy recursion problems (Tower of Hanoi) then do array problems.
Sorting Hashing Sliding Window Two Pointers Binary Search
Then do Stacks, Queues
Followed by Linked Lists
If time permits, do Binary Trees followed by Dynamic Programming followed by Graphs
- Hash Maps
- Binary Trees
- Arrays
- Linked List
- Stacks
- Sliding Window
- Sorting
- DFS / BFS
- Queues
- Binary Search