Coding Fundamentals
Question
- Max path from one source index (n-1,0) to Destination index (0,m-1). (Standard DP problem). I was asked to code in O(1) Extra space. I just used the input matrix to calculate the max path.
0
Interview Question
55 years
0 Answers
315 views
Great Grand Master 0
Leave an answer