Tip 1 : Do 100 question on leetcode
Tip 2 : Understand problems, don't mug them
Tip 3 : Focus on fundamentals
Tip 1 : make personal projects
Tip 2 : mention leetcode/ codeforces profile
a problem based on BFS



1. The grid has 0-based indexing.
2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
I saw it before, so I knew the solution
Create a hashmap
Create your own hashmap.
1. clear requirements
2. wrote a hash function
3. integrated with linklist
4 asked for review and handles edge cases
Behaviorial round
Tell me 3 bad thing and 3 good thing about your past company.
Tip 1 : Be Honest
Tip 2 : Be positive.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?