Tip 1 : Make sure to have thorough knowledge of your projects
Tip 2 : Have strong knowledge of DSA
Tip 1 : Explain projects and highlight the tech stack used
Tip 2 : Make sure your coding profiles are mentioned







For the given ‘EDGES’ = [ [0,1],[1,2],[1,3],[1,4] ] and ‘N’ = 5.The number of nodes satisfying the condition is 1. Only Node 1 satisfies the given condition.

I started with an introduction and went straight into DSA



You can use any string of A multiple times.
A =[“coding”, ”ninjas”, “is”, “awesome”] target = “codingninjas”
Ans = true as we use “coding” and “ninjas” to form “codingninjas”

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?