摘要: 题目链接 "https://leetcode.com/problems/surrounded regions/" 题目原文 Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'. A region 阅读全文
posted @ 2016-04-03 11:22 slurm 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 题目链接 "https://leetcode.com/problems/sum root to leaf numbers/" 题目原文 Given a binary tree containing digits from 0 9 only, each root to leaf path could 阅读全文
posted @ 2016-04-03 11:17 slurm 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 题目链接 "https://leetcode.com/problems/longest consecutive sequence/" 题目原文 Given an unsorted array of integers, find the length of the longest consecutiv 阅读全文
posted @ 2016-04-03 11:14 slurm 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 题目链接 "https://leetcode.com/problems/word ladder/" 题目原文 Given two words (beginWord and endWord), and a dictionary's word list, find the length of short 阅读全文
posted @ 2016-04-03 11:09 slurm 阅读(551) 评论(0) 推荐(0) 编辑