ServiceNow interview question

6. largest path from root in a tree

Interview Answer

Anonymous

29 Jul 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.