Teradata Interview Question

Implement at program (in pseudo code), that will print a directory tree (a tree traversing problem).

Interview Answer

Anonymous

Mar 16, 2017

Implemented using recursion.

1