Pergunta de entrevista da empresa NVIDIA

depth first search of a array in a non-recursive manner without using extra memory

Respostas da entrevista

Sigiloso

15 de dez. de 2015

How can you use no extra memory? You need to know where to go back, therefore you need the extra memory.

Sigiloso

4 de mar. de 2020

just iterate through the array till the end...