Trees: Is This a Binary Search Tree?

  • + 2 comments

    Text in a problem description: "A binary tree is not a binary search if there are duplicate values" Text in 'Binary Trees and Binary Search Trees' link: "Each element in the left subtree of t is less than or equal to the root element". Which one is correct?