摘要: 原题链接在这里:https://leetcode.com/problems/text-justification/ 题目: Given an array of words and a width maxWidth, format the text such that each line has ex 阅读全文
posted @ 2015-11-07 11:01 Dylan_Java_NYC 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/word-search-ii/ 题目: Given a 2D board and a list of words from the dictionary, find all words in the board. Each 阅读全文
posted @ 2015-11-07 09:11 Dylan_Java_NYC 阅读(1440) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/word-search/ 题目: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed f 阅读全文
posted @ 2015-11-07 07:38 Dylan_Java_NYC 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/the-skyline-problem/ 题目: A city's skyline is the outer contour of the silhouette formed by all the buildings in 阅读全文
posted @ 2015-11-07 07:24 Dylan_Java_NYC 阅读(264) 评论(0) 推荐(0) 编辑