
数据结构
文章平均质量分 66
零零我
意志不坚定慢慢熬
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[leetcode]Binary Tree Maximum Path Sum
近期为了准备笔试开始刷leetcode,记录一下希望自己可以坚持! Binary Tree Maximum Path Sum Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For example:原创 2015-06-26 17:13:43 · 556 阅读 · 0 评论 -
《编程之美》1.2 中国象棋将帅问题 学习笔记
《编程之美》1.2 中国象棋将帅问题 学习笔记 书中给出了三种解法分别进行知识点整理原创 2015-06-27 16:52:53 · 492 阅读 · 0 评论 -
[leetcode 111] Minimum Depth of Binary Tree
题目要求: Minimum Depth of Binary Tree Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest原创 2015-06-28 21:05:25 · 417 阅读 · 0 评论