Idiot-maker

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

2015年4月22日

摘要: https://leetcode.com/problems/binary-tree-right-side-view/Given a binary tree, imagine yourself standing on therightside of it, return the values of t... 阅读全文
posted @ 2015-04-22 16:48 NickyYe 阅读(186) 评论(0) 推荐(0)

摘要: https://leetcode.com/problems/clone-graph/Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected ... 阅读全文
posted @ 2015-04-22 16:34 NickyYe 阅读(190) 评论(0) 推荐(0)

摘要: https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/ Given a binary tree, return the zigzag level order traversal of its nodes' val 阅读全文
posted @ 2015-04-22 14:54 NickyYe 阅读(158) 评论(0) 推荐(0)

摘要: https://leetcode.com/problems/surrounded-regions/ Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'. A region is captured 阅读全文
posted @ 2015-04-22 14:09 NickyYe 阅读(277) 评论(0) 推荐(0)