Jane Street Interview Question

Implement a binary search tree (BST) and judge a tree whether is a BST

Interview Answer

Anonymous

Mar 19, 2015

Classical question, but for the second one, you may need to pay attention to the parameters of recursive functions