ConsultAdd Interview Question

Jump Game coding question from Leetcode.

Interview Answer

Anonymous

Dec 5, 2023

I told recursion approach first, then coded it on paper and then I optimized it using memoization.