Tip 1 : Do at least 4 projects
Tip 2 : Understand time and space complexity calculation
Tip 1 : Have multiple full stack projects in your resume
Tip 2 : Competitive programming ranks can be plus point



standard DP solution for finding LCS



Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]
Output: 11
Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
standard kadane's algorithm solution



standard depth first search solution
asked about low level design of one of my resume projects
Tip 1 : answer with clarity
Tip 2 : talk about improvements
Tip 1 : Give correct answers
Tip 2 : Reply in a polite manner

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: