Given the root node of a binary search tree and an integer value k, return the smallest value in the tree.
Constraints:
Node.data Given the root node of a binary search tree and an integer value k, return the smallest value in the tree.
Constraints:
Node.data