Tip 1 : Be regular in practice
Tip 2 : Focus on data structures
Tip 3 : Focus on any one language
Tip 1 : Mention all the achievements and projects
Tip 2 : Mention all the technologies u know



A pair ('ARR[i]', 'ARR[j]') is said to be an inversion when:
1. 'ARR[i] > 'ARR[j]'
2. 'i' < 'j'
Where 'i' and 'j' denote the indices ranging from [0, 'N').



Use zero-based indexing for the vertices.
The given graph doesn’t contain any self-loops.



Number N may be very large.



Let the given sentence be: [ “what”, “must”, “be”, “shall”, “be.”]
And L=12.
The justified output will be :
[ “what must be”
“Shall be.” ]
Note that the last line is only left justified.
Hr round
In a laundry, it happens often that people forget to take their money out of their pockets and the money is washed with the clothes. The laundry man simply takes these wet notes out and puts them sequentially under the sunlight to dry them. He does not mix them up, for example, if he gets 3 notes from one cloth, he placed them sequentially and the places the notes received from other clothes and so on. Shane forgot some money in his trousers and gave his clothes to the laundry man, afterwards, when he realized his mistake, he got back to the laundry and asked for his money. You have to tell the number of notes he forgot in his trousers if he knows the exact amount he forgot in his trouser.

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?