Write a function that takes in a Binary Search Tree (BST) and a target integer value and returns the closest value to that target value
Write a function that takes in a Binary Search Tree (BST) and a target integer value and returns the closest value to that target value