问题:
You are given a BST data structure consisting of BST nodes.
Each BST node has an integer value stored in a property
called "value" and two children nodes stored in properties
called "left" and "right," respectively. A node is said to
be a BST node if and