Amazon Interview Question

Find the most efficient transportation routes in a given matrix

Interview Answer

Anonymous

Mar 3, 2025

Use DFS principle and practice matrix questions using DFS on leetcode