Pergunta de entrevista da empresa Workday

tree traversal methods (depth first)

Resposta da entrevista

Sigiloso

11 de nov. de 2012

dfs basically use a LIFO Stack for the fringe. (see online or Artificial Intelligence: A Modern Approach) for pseduocode or actual implemention. You can easily find the code in Java/Python online I believe