[LeetCode] Closest Binary Search Tree Value

1 · · April 5, 2022, 1:57 p.m.
270. Closest Binary Search Tree Value Given the root of a binary search tree and a target value, return the value in the BST that is closest to the target. ...