Tip 1 : Practice everyday atleast 2 new problems
Tip 2 : Keep learning and reading
Tip 1 : Resume should be short and crisp.
Tip 2 : Keep limited skill set in your resume and be extremely good in those skill sets.

N = 4
M = 3
A = [ [ 0, 2, 1 ] , [ 1, 2, 4 ] , [ 2, 3, 3 ] ]
If Ninja chooses [ 0, 2, 1 ] and [ 2, 3, 3 ], he can taste each dish for 4 Ninja Currency.



The diameter of a binary tree is the length of the longest path between any two end nodes in a tree.
The number of edges between two nodes represents the length of the path between them.
Input: Consider the given binary tree:

Output: 6
Explanation:
Nodes in the diameter are highlighted. The length of the diameter, i.e., the path length, is 6.
Design Zomato kind of Food App
Questions on arrays, datastructure then Mutithreading questions were there
What keeps you motivated?
Who is your role model?

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?