Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 59 下一页

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)

2015年4月21日

摘要: https://leetcode.com/problems/powx-n/ Implement pow(x, n), which calculates x raised to the power n (xn). Example 1: Example 2: Example 3: Note: -100. 阅读全文
posted @ 2015-04-21 16:24 NickyYe 阅读(748) 评论(1) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 59 下一页