会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jean
努力!
博客园
管理
上一页
1
2
3
4
5
6
7
···
12
下一页
2015年11月29日
Construct Binary Tree from Preorder and Inorder Traversal
摘要: 题目:Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume t...
阅读全文
posted @ 2015-11-29 08:55 JSRGFJZ6
阅读(123)
评论(0)
推荐(0)
2015年11月28日
Single Number II
摘要: 题目:Given an array of integers, every element appears three times except for one. Find that single ...
阅读全文
posted @ 2015-11-28 23:47 JSRGFJZ6
阅读(93)
评论(0)
推荐(0)
Single Number
摘要: 题目:Given an array of integers, every element appears twice except for one. Find that single one.No...
阅读全文
posted @ 2015-11-28 23:45 JSRGFJZ6
阅读(125)
评论(0)
推荐(0)
2015年11月27日
Binary Tree Level Order Traversal II
摘要: 题目:Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from...
阅读全文
posted @ 2015-11-27 09:21 JSRGFJZ6
阅读(100)
评论(0)
推荐(0)
Binary Tree Level Order Traversal
摘要: 题目:Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to r...
阅读全文
posted @ 2015-11-27 09:18 JSRGFJZ6
阅读(99)
评论(0)
推荐(0)
Binary Tree Zigzag Level Order Traversal
摘要: 题目:Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from le...
阅读全文
posted @ 2015-11-27 08:59 JSRGFJZ6
阅读(133)
评论(0)
推荐(0)
Recover Binary Search Tree
摘要: 题目:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without chan...
阅读全文
posted @ 2015-11-27 08:46 JSRGFJZ6
阅读(98)
评论(0)
推荐(0)
2015年11月25日
Add Binary
摘要: 题目:Given two binary strings, return their sum (also a binary string).For example,a = "11"b = "1"Re...
阅读全文
posted @ 2015-11-25 22:35 JSRGFJZ6
阅读(122)
评论(0)
推荐(0)
Validate Binary Search Tree
摘要: 题目:Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is define...
阅读全文
posted @ 2015-11-25 22:32 JSRGFJZ6
阅读(138)
评论(0)
推荐(0)
2015年11月23日
Balanced Binary Tree
摘要: 题目:Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced bin...
阅读全文
posted @ 2015-11-23 20:07 JSRGFJZ6
阅读(93)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
12
下一页