上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 98 下一页
摘要: We partition a row of numbers A into at most K adjacent (non-empty) groups, then our score is the sum of the average of each group. What is the larges 阅读全文
posted @ 2019-03-21 17:52 Veritas_des_Liberty 阅读(284) 评论(0) 推荐(0)
摘要: We have two integer sequences A and B of the same non-zero length. We are allowed to swap elements A[i] and B[i]. Note that both elements are in the s 阅读全文
posted @ 2019-03-19 21:47 Veritas_des_Liberty 阅读(416) 评论(0) 推荐(0)
摘要: We have two types of tiles: a 2x1 domino shape, and an "L" tromino shape. These shapes may be rotated. Given N, how many ways are there to tile a 2 x 阅读全文
posted @ 2019-03-19 20:47 Veritas_des_Liberty 阅读(313) 评论(0) 推荐(0)
摘要: In a 2D grid from (0, 0) to (N-1, N-1), every cell contains a 1, except those cells in the given list mines which are 0. What is the largest axis-alig 阅读全文
posted @ 2019-03-18 22:26 Veritas_des_Liberty 阅读(296) 评论(0) 推荐(0)
摘要: 1012. Complement of Base 10 Integer Every non-negative integer N has a binary representation. For example, 5 can be represented as "101" in binary, 11 阅读全文
posted @ 2019-03-17 17:19 Veritas_des_Liberty 阅读(242) 评论(0) 推荐(0)
摘要: On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed). Once you pay the cost, you can either climb one or two steps. Y 阅读全文
posted @ 2019-03-15 12:27 Veritas_des_Liberty 阅读(336) 评论(0) 推荐(0)
摘要: In a N x N grid representing a field of cherries, each cell is one of three possible integers. 0 means the cell is empty, so you can pass through; 1 m 阅读全文
posted @ 2019-03-15 09:44 Veritas_des_Liberty 阅读(282) 评论(0) 推荐(0)
摘要: Given an array nums of integers, you can perform operations on the array. In each operation, you pick any nums[i] and delete it to earn nums[i] points 阅读全文
posted @ 2019-03-14 22:13 Veritas_des_Liberty 阅读(218) 评论(0) 推荐(0)
摘要: Given two strings s1, s2, find the lowest ASCII sum of deleted characters to make two strings equal. Example 1: Example 2: Note: 0 < s1.length, s2.len 阅读全文
posted @ 2019-03-14 20:53 Veritas_des_Liberty 阅读(248) 评论(0) 推荐(0)
摘要: Given an array of integers nums and a positive integer k, find whether it's possible to divide this array into k non-empty subsets whose sums are all 阅读全文
posted @ 2019-03-14 18:46 Veritas_des_Liberty 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 98 下一页