# LeetCode: Find Closest Value In BST
4 min read
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 contained in the BST. You can assume that there will only beโฆ