Given a binary tree aTree, returns a boolean telling if the tree is a binary search tree.
aTree
the tree to consider
Given a binary tree
aTree, returns a boolean telling if the tree is a binary search tree.