LeetCode Question · Aug 2022

Amazon sde dynamicprogramming question (k jumps)

3 upvotes 6,076 views 10 replies

Question Details

if you are in (x,y). you can go to (x+i,y+j) grid where i+j>0(any posible i value ,j value . you want go to (m,n) from(0,0) in exactly k jumps.return no...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Dynamic Programming Matrix