摘要: 原题链接在这里:https://leetcode.com/problems/android-unlock-patterns/description/ 题目: Given an Android 3x3 key lock screen and two integers m and n, where 1 阅读全文
posted @ 2017-09-26 16:02 Dylan_Java_NYC 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/integer-break/description/ 题目: Given a positive integer n, break it into the sum of at least two positive intege 阅读全文
posted @ 2017-09-26 14:38 Dylan_Java_NYC 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/count-numbers-with-unique-digits/description/ 题目: Given a non-negative integer n, count all numbers with unique 阅读全文
posted @ 2017-09-26 14:07 Dylan_Java_NYC 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/palindromic-substrings/description/ 题目: Given a string, your task is to count how many palindromic substrings in 阅读全文
posted @ 2017-09-26 10:00 Dylan_Java_NYC 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/out-of-boundary-paths/description/ 题目: There is an m by n grid with a ball. Given the start coordinate (i,j) of 阅读全文
posted @ 2017-09-26 09:41 Dylan_Java_NYC 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/is-subsequence/description/ 题目: Given a string s and a string t, check if s is subsequence of t. You may assume 阅读全文
posted @ 2017-09-26 01:42 Dylan_Java_NYC 阅读(265) 评论(0) 推荐(0) 编辑