阅读背景:

Leetcode: Closest Binary Search Tree Value II

来源:互联网 
Given a non-empty binary search tree and a target value, find k values in the BST that are closest to the target.

Note:
Given target value is a floating point.
You may assume k is always valid, that is: k ≤ total nodes.
You are guaranteed to have only one unique set of k values in the BST that are closest to the target.
Follow up:
Assume that the BST is balanced, could you solve it in less than O(n) runtime (where n empty binary search tree and a 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: