Tip 1: Be well-prepared.
Tip 2: Be aware of DSA (Data Structures and Algorithms).
Tip 3: Do at least two projects.
Tip 1: Have some projects on your resume.
Tip 2: Do not include false information on your resume.
I have written the code, but it’s not logically strong; that’s why I'm not able to crack it.



As this value might be large, print it modulo 10^9 + 7
Step 1: I first applied bubble sort, but it was not good enough.
Step 2: The interviewer asked me to optimize the solution.
Step 3: Then I provided a solution using merge sort, and the interviewer was happy.

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