Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年1月15日

摘要: https://oj.leetcode.com/problems/populating-next-right-pointers-in-each-node/Given a binary tree struct TreeLinkNode { TreeLinkNode *left; ... 阅读全文
posted @ 2015-01-15 22:12 NickyYe 阅读(236) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/binary-tree-inorder-traversal/Given a binary tree, return theinordertraversal of its nodes' values.For example:Given ... 阅读全文
posted @ 2015-01-15 20:36 NickyYe 阅读(152) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/binary-tree-preorder-traversal/Given a binary tree, return thepreordertraversal of its nodes' values.For example:Give... 阅读全文
posted @ 2015-01-15 19:31 NickyYe 阅读(158) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/gas-station/ There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You hav 阅读全文
posted @ 2015-01-15 11:19 NickyYe 阅读(315) 评论(0) 推荐(0) 编辑