Types: d: int, w: int, e: List[List[int]]
Ranges: 3 ≤ d ≤ 10, 3 ≤ w ≤ 10, 0 ≤ e[i][j] ≤ 9
Addtl Info: None