Pergunta de entrevista da empresa HERE Technologies

Questions on Binary Search Tree. for eg, checking if a given tree is BST, Maximum diameter of BST.

Resposta da entrevista

Sigiloso

12 de nov. de 2012

Did inorder traversal, saved into a list, checked if sorted. He wanted it without an additional data structure. So did it using range.