
leetcode
文章平均质量分 77
Java-我的世界-begin
程序员的一生时间90%是用在编程上,而剩余的10%是活在世界上。
展开
-
找出二叉树的最小深度
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 leaf node.写递归步骤: (1)写出一个带形参的方法,明白方法实原创 2016-06-13 09:19:28 · 1972 阅读 · 0 评论 -
LeetCode-分类题解
https://github.com/soulmachine/leetcode/raw/master/C%2B%2B/leetcode-cpp.pdf原作者:戴方勤(soulmachine@gmail.com)本书的目标读者是准备去北美找工作的码农,也适用于在国内找工作的码农,以及刚接触ACM 算法竞赛的新手。本书包含了LeetCode Online Judge(http://le转载 2016-07-03 14:53:04 · 2650 阅读 · 0 评论