摘要:
Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n. For example:Given n = 13,Return 阅读全文
posted @ 2016-08-07 11:48
北叶青藤
阅读(234)
评论(0)
推荐(0)
摘要:
Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of th 阅读全文
posted @ 2016-08-07 05:21
北叶青藤
阅读(283)
评论(0)
推荐(0)
摘要:
Given a binary search tree and a node in it, find the in-order successor of that node in the BST. 1 public class Solution { 2 3 public TreeNode inorde 阅读全文
posted @ 2016-08-07 00:05
北叶青藤
阅读(204)
评论(0)
推荐(0)

浙公网安备 33010602011771号