Qualtrics interview question

3 matrix traversal questions, one OOP Design and one string/array problem

Interview Answer

Anonymous

Mar 20, 2022

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