牛客网
文章平均质量分 60
又为几何欢
这个作者很懒,什么都没留下…
展开
-
Leetcode在线编程sort-list
Leetcode在线编程sort-list 单链表快速排序原创 2016-11-28 19:22:16 · 497 阅读 · 0 评论 -
Leetcode在线编程 single-number-ii
Leetcode在线编程 single-number-ii 思维 位运算原创 2016-12-09 02:35:09 · 464 阅读 · 0 评论 -
leetcode在线编程binary-tree-postorder-traversal
leetcode 树后根非递归遍历原创 2016-11-28 01:42:31 · 350 阅读 · 0 评论 -
leetcode在线编程single-number
leetcode 思维 数学,神奇的异或原创 2016-11-28 02:18:12 · 594 阅读 · 0 评论 -
Leetcode在线编程 integer-to-roman
Leetcode在线编程 integer-to-roman 罗马数字 简单 转换原创 2016-12-13 00:44:36 · 407 阅读 · 0 评论 -
Leetcode在线编程 roman-to-integer
Leetcode在线编程 roman-to-integer 模拟原创 2016-12-15 03:23:42 · 373 阅读 · 1 评论 -
Leetcode在线编程 container-with-most-water
Leetcode在线编程 container-with-most-water 思维原创 2016-12-16 19:07:37 · 492 阅读 · 0 评论 -
Leetcode在线编程 Best Time to Buy and Sell Stock II
Leetcode在线编程 Best Time to Buy and Sell Stock II DP原创 2016-12-21 03:45:00 · 551 阅读 · 0 评论 -
Leetcode在线编程 binary-tree-inorder-traversal
Leetcode在线编程 binary-tree-inorder-traversal 非递归的中序遍历原创 2017-01-05 20:21:10 · 507 阅读 · 0 评论 -
Leetcode在线编程 sum-root-to-leaf-numbers
Leetcode在线编程 sum-root-to-leaf-numbers 树 递归 遍历原创 2016-12-07 22:02:11 · 423 阅读 · 0 评论 -
Leetcode在线编程word-break
Leetcode在线编程word-break DP 思维 字符串原创 2016-12-07 02:21:44 · 399 阅读 · 0 评论 -
Leetcode在线编程 reverse-integer
Leetcode在线编程 reverse-integer 字符流,数据类型转换原创 2016-12-11 02:52:14 · 440 阅读 · 0 评论 -
Leetcode在线编程 populating-next-right-pointers-in-each-node
Leetcode在线编程 populating-next-right-pointers-in-each-node 非递归层次遍历原创 2016-12-14 19:08:52 · 329 阅读 · 0 评论 -
Leetcode在线编程reorder-list
Leetcode在线编程reorder-list 快慢指针找链表中点,链表反转原创 2016-12-03 00:31:11 · 360 阅读 · 0 评论 -
Leetcode在线编程minimum-depth-of-binary-tree
Leetcode在线编程minimum-depth-of-binary-tree 递归求解树的最小深度原创 2016-12-03 00:48:51 · 313 阅读 · 0 评论 -
Leetcode在线编程evaluate-reverse-polish-notation
Leetcode在线编程minimum-depth-of-binary-tree 后缀表达式,栈原创 2016-12-03 01:00:42 · 507 阅读 · 0 评论 -
Leetcode在线编程same-tree
Leetcode在线编程same-tree 二叉树是否相等 递归 异或原创 2016-12-04 22:10:35 · 387 阅读 · 0 评论 -
Leetcode在线编程linked-list-cycle
Leetcode在线编程linked-list-cycle 判断链表是否是循环链表 快慢指针法原创 2016-12-05 18:53:16 · 373 阅读 · 0 评论 -
Leetcode在线编程linked-list-cycle-ii
Leetcode在线编程linked-list-cycle-ii 循环链表找开始位置 快慢指针 思维原创 2016-12-06 20:20:42 · 452 阅读 · 0 评论 -
Leetcode在线编程 search-in-rotated-sorted-array
Leetcode在线编程 search-in-rotated-sorted-array 特殊处理的二分查找,分段原创 2017-01-30 01:15:39 · 484 阅读 · 0 评论