摘要: Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes.Example:Input: 1 \ 3 / 2 Output: 1 Explanation: The mini... 阅读全文
posted @ 2017-05-19 00:00 xiejunzhao 阅读(364) 评论(0) 推荐(0)