Frage im Vorstellungsgespräch bei Teradata

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

Antwort im Vorstellungsgespräch

Anonym

16. März 2017

Implemented using recursion.

1