上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页
  2018年2月14日
摘要: https://leetcode.com/problems/rotate-image/description/ You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockw 阅读全文
posted @ 2018-02-14 09:08 浩然119 阅读(231) 评论(0) 推荐(0) 编辑
  2018年2月13日
摘要: https://leetcode.com/problems/minimum-window-substring/description/ Given a string S and a string T, find the minimum window in S which will contain a 阅读全文
posted @ 2018-02-13 10:55 浩然119 阅读(154) 评论(0) 推荐(0) 编辑
  2018年2月12日
摘要: Given targetList, a list of strings representing the desired tags, and availableTagList, a list of strings representing the sequence of all available 阅读全文
posted @ 2018-02-12 20:03 浩然119 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 参考 Find substring with K distinct characters Find substring with K distinct characters(http://www.cnblogs.com/pegasus923/p/8444653.html) Given a strin 阅读全文
posted @ 2018-02-12 16:50 浩然119 阅读(654) 评论(0) 推荐(0) 编辑
摘要: Given a string and number K, find the substrings of size K with K distinct characters. If no, output empty list. Remember to emit the duplicate substr 阅读全文
posted @ 2018-02-12 15:26 浩然119 阅读(750) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/partition-labels/description/ A string S of lowercase letters is given. We want to partition this string into as many pa 阅读全文
posted @ 2018-02-12 11:15 浩然119 阅读(206) 评论(0) 推荐(0) 编辑
  2018年2月10日
摘要: https://leetcode.com/problems/find-all-anagrams-in-a-string/description/ Given a string s and a non-empty string p, find all the start indices of p's 阅读全文
posted @ 2018-02-10 20:14 浩然119 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/valid-parentheses/description/ Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine 阅读全文
posted @ 2018-02-10 10:54 浩然119 阅读(127) 评论(0) 推荐(0) 编辑
  2018年2月9日
摘要: https://leetcode.com/problems/two-sum/description/ Given an array of integers, return indices of the two numbers such that they add up to a specific t 阅读全文
posted @ 2018-02-09 10:53 浩然119 阅读(183) 评论(0) 推荐(0) 编辑
  2018年2月6日
摘要: https://leetcode.com/problems/count-and-say/description/ The count-and-say sequence is the sequence of integers with the first five terms as following 阅读全文
posted @ 2018-02-06 14:11 浩然119 阅读(205) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页