Tip 1 : Do all the basic questions deeply.
Tip 2 : prepare basic programs.
Tip 1 : Mention only those things which you know.
Tip 2 : Avoid spelling mistakes in resume.
Technical round



Technical round



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').

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