Tip 1 : Cover DSA topics
Tip 2 : Have at least 2 projects
Tip 3 : Work on computer science basics(OOPS, OS, networking)
Tip 1 : Have some projects
Tip 2 : Should be short and to the point
15 Technical Questions
15 Aptitude Questions
Number Of MCQs - 30



If edges[i][j] = 1, that implies there is a bi-directional edge between ‘i’ and ‘j’, that means there exists both edges from ‘i’ to ‘j’ and to ‘j’ to ‘i’.
Given:
‘N’ = 3
‘edges’ = [[0, 1, 1], [0, 0, 1], [0,0,0]].




You may make as many transactions as you want but can not have more than one transaction at a time i.e, if you have the stock, you need to sell it first, and then only you can buy it again.

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?