摘要: 今天做到一个题目: 17. Letter Combinations of a Phone Number Given a digit string, return all possible letter combinations that the number could represent. A m 阅读全文
posted @ 2017-11-15 11:40 机智的小八 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 1. 二叉树遍历:http://blog.csdn.net/bone_ace/article/details/46718683 2. 搜索树和BST:http://blog.csdn.net/qq_21688757/article/details/53843724 3. deque:http://b 阅读全文
posted @ 2017-11-15 07:42 机智的小八 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 持续更新。。 github:https://github.com/x2mercy/Leetcode_Solution 一种和数组经常一起出现的算法,虽然很简单,但我觉得还是需要mark一下,因为有的时候用这种算法可以避免多层循环,避免了很多重复,复杂度大大降低。 EASY: 其实在做easy前面几道 阅读全文
posted @ 2017-11-15 06:33 机智的小八 阅读(962) 评论(0) 推荐(0) 编辑