Tip 1 : Practice coding
Tip 2 : Try to write attractive resume
Tip 3 : Don't follow others blindly
Tip 1 : Don't lie on resume
Tip 2 : Write in one page with important details



In the below map of Ninjaland let say you want to go from S=1 to T=8, the shortest path is (1, 3, 8). You can also go from S=1 to T=8 via (1, 2, 5, 8) or (1, 4, 6, 7, 8) but these paths are not shortest.

use bfs



It was tech + hr. Then he moved on to discuss about salary and my expectations and relocation.
What is rdbms?
What is bcnf?



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
He asked me to introduce myself.
Then moved to which is better open source or paid and why?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?