Is This a Binary Search Tree?

  • + 0 comments

    Isn't necessary to store the values in a list, just keep track of the previous visited value (inorder sequence), and if your current visiting value is less than it means that isn't a BST