Tip 1 : Be consistent and start early, I believe that consistency can beat smartness.
Tip 2 : Never underestimate yourself and surround yourself with good people who encourage you.
Tip 3 : If you're in any college society, maintain your schedule well and choose your priorities.
Tip 1: Never try to fake things in your resume, it will always come out.
Tip 2: Design your resume nicely using flowCV/Overleaf so that all the content is visible in one look.
Tip 3: Be well versed with whatever skills/projects you mention in your resume.
Standard leetcode problem.
Standard Binary Search problem.
Foe each number at suppoe index i, find next greater on its left (suppose index j), and next greater on right (suppose index k). The answer will be (i-j)*(k-i).
Where dist...
Binary Search.
Basic BFS approach.