码迷,mamicode.com
首页 > 其他好文 > 详细

[LeetCode] Closest Binary Search Tree Value 最近的二分搜索树的值

时间:2016-03-03 07:56:44      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

 

Given a non-empty binary search tree and a target value, find the value in the BST that is closest to the target.

Note:

  • Given target value is a floating point.
  • You are guaranteed to have only one unique value in the BST that is closest to the target.

 

[LeetCode] Closest Binary Search Tree Value 最近的二分搜索树的值

标签:

原文地址:http://www.cnblogs.com/grandyang/p/5237170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!