Question d’entretien chez ServiceNow

6. largest path from root in a tree

Réponse à la question d'entretien

Utilisateur anonyme

29 juil. 2020

Ans 6. Can use any traversal algos available to travers the tree from root and put all paths in an array. Then can return any required value.