Microsoft interview question

Given a binary tree, write a function to check if it is a valid binary search tree (BST).

Interview Answer

Anonymous

Oct 3, 2024

no