上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页
摘要: 题目如下: You are given some lists of regions where the first region of each list includes all other regions in that list. Naturally, if a region X contai 阅读全文
posted @ 2019-11-20 10:15 seyjs 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a list of pairs of equivalent words synonyms and a sentence text, Return all possible synonymous sentences sorted lexicographically. Examp 阅读全文
posted @ 2019-11-20 07:11 seyjs 阅读(954) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Design a Leaderboard class, which has 3 functions: Initially, the leaderboard is empty. Example 1: Constraints: 1 <= playerId, K <= 10000 It's g 阅读全文
posted @ 2019-11-20 07:04 seyjs 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given an initial array arr, every day you produce a new array using the array of the previous day. On the i-th day, you do the following operati 阅读全文
posted @ 2019-11-20 07:02 seyjs 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given an array nums of positive integers. Your task is to select some subset of nums, multiply each element by an integer and add all these numb 阅读全文
posted @ 2019-11-18 11:17 seyjs 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given two integer arrays arr1 and arr2, return the minimum number of operations (possibly zero) needed to make arr1 strictly increasing. In one 阅读全文
posted @ 2019-11-15 14:07 seyjs 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a positive integer N, return the number of positive integers less than or equal to N that have at least 1 repeated digit. Example 1: Input 阅读全文
posted @ 2019-11-12 13:59 seyjs 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 题目如下: In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you are a 阅读全文
posted @ 2019-11-12 13:38 seyjs 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a list of words, list of single letters (might be repeating) and score of every character. Return the maximum score of any valid set of wo 阅读全文
posted @ 2019-11-12 13:27 seyjs 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given a 2D grid consists of 0s (land) and 1s (water). An island is a maximal 4-directionally connected group of 0s and a closed island is an isl 阅读全文
posted @ 2019-11-12 13:20 seyjs 阅读(425) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页