Question d’entretien chez Teradata

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

Réponse à la question d'entretien

Utilisateur anonyme

16 mars 2017

Implemented using recursion.

1