3 matrix traversal questions, one OOP Design and one string/array problem
Utilisateur anonyme
3 traversal questions can be solved using recursive DFS with memoization. For OOP design, I used stack/heap to increase time complexity. For string/array problem, I used dictionary