上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 87 下一页
摘要: https://leetcode.com/problems/ugly-number/ Write a program to check whether a given number is an ugly number. Ugly numbers are positive numbers whose 阅读全文
posted @ 2019-04-12 19:03 丧心病狂工科女 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/integer-break/ Given a positive integer n, break it into the sum of at least two positive integers and maximize the prod 阅读全文
posted @ 2019-04-12 17:51 丧心病狂工科女 阅读(83) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/rectangle-overlap/ A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the coordinates of its bott 阅读全文
posted @ 2019-04-12 17:05 丧心病狂工科女 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/rectangle-area/ Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by it 阅读全文
posted @ 2019-04-12 16:39 丧心病狂工科女 阅读(119) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/1144 A. Diverse Strings A string is called diverse if it contains consecutive (adjacent) letters of the Latin alphabet a 阅读全文
posted @ 2019-04-12 11:46 丧心病狂工科女 阅读(180) 评论(0) 推荐(0) 编辑
摘要: A - Pokemon Master Calem and Serena are pokemon masters. One day they decided to have a pokemon battle practice before Pokemon World Championships. Ea 阅读全文
posted @ 2019-04-11 20:46 丧心病狂工科女 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/repeated-string-match/ Given two strings A and B, find the minimum number of times A has to be repeated such that B is a 阅读全文
posted @ 2019-04-11 20:37 丧心病狂工科女 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/repeated-substring-pattern/ Given a non-empty string check if it can be constructed by taking a substring of it and appe 阅读全文
posted @ 2019-04-11 20:22 丧心病狂工科女 阅读(185) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/add-to-array-form-of-integer/ For a non-negative integer X, the array-form of X is an array of its digits in left to rig 阅读全文
posted @ 2019-04-11 19:49 丧心病狂工科女 阅读(204) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/add-strings/ Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: 阅读全文
posted @ 2019-04-11 19:36 丧心病狂工科女 阅读(111) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 87 下一页