LeetCode Question · Sep 2019 · Los Angeles

OLA | Amazon | Count number of paths in Maze

1,297 views 3 replies

Question Details

This quesiton is similar to Only change here is, we can go 1. down 2. up 3. right 4. left Example: Input : {0, 0, 0}, {0, 1, 0}, {0, 0, 0} Output : 2 ...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Arrays Backtracking Dynamic Programming Recursion