Pergunta de entrevista da empresa Amazon

Given a Binary tree, verify whether it is Binary search tree or not?

Resposta da entrevista

Sigiloso

9 de set. de 2016

Used recursive approach, though there is redundancy in the code I wrote.