自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 20150624 lintcode 总结 binary-tree-level-order-traversal **

Binary Tree Level Order Traversal http://www.lintcode.com/problem/binary-tree-level-order-traversal Given a binary tree, return the level order traversal of its nodes' values. (ie, from

2015-06-24 23:59:50 361

原创 20150624 lintcode 总结 Lowest Common Ancestor

Lowest Common Ancestor http://www.lintcode.com/problem/lowest-common-ancestor Given the root and two nodes in a Binary Tree. Find the lowest common ancestor(LCA) of the two nodes. T

2015-06-24 23:00:22 425

原创 20150624 lintcode 总结 Balanced Binary Tree

判断是否为balanced binary tree: http://www.lintcode.com/en/problem/balanced-binary-tree/ Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is

2015-06-24 13:31:22 539

原创 20150624 lintcode 总结 Validate Binary Search Tree

Validate Binary Search Tree 题目:http://www.lintcode.com/en/problem/validate-binary-search-tree/ Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is de

2015-06-24 00:11:56 559

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除