Pergunta de entrevista da empresa Qualtrics

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

Resposta da entrevista

Sigiloso

20 de mar. de 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