上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 50 下一页
摘要: [LeetCode] Top 100 Liked Questions All LeetCode Questions List 题目汇总 阅读全文
posted @ 2018-09-02 04:24 轻风舞动 阅读(806) 评论(0) 推荐(0) 编辑
摘要: Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. Th 阅读全文
posted @ 2018-08-31 08:37 轻风舞动 阅读(460) 评论(0) 推荐(0) 编辑
摘要: Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can be for 阅读全文
posted @ 2018-08-31 04:16 轻风舞动 阅读(449) 评论(0) 推荐(0) 编辑
摘要: Koko loves to eat bananas. There are N piles of bananas, the i-th pile has piles[i] bananas. The guards have gone and will come back in H hours. Koko 阅读全文
posted @ 2018-08-30 14:40 轻风舞动 阅读(663) 评论(0) 推荐(0) 编辑
摘要: Design and implement a data structure for Least Frequently Used (LFU) cache. It should support the following operations: get and put. get(key) - Get t 阅读全文
posted @ 2018-08-30 02:09 轻风舞动 阅读(517) 评论(0) 推荐(0) 编辑
摘要: Find the length of the longest substring T of a given string (consists of lowercase letters only) such that every character in T appears no less than  阅读全文
posted @ 2018-08-29 15:10 轻风舞动 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. 求两数相除,不能用乘法,除法和取余操作。 解法:位操作Bit Operati 阅读全文
posted @ 2018-08-29 05:25 轻风舞动 阅读(403) 评论(0) 推荐(0) 编辑
摘要: Given a string, sort it in decreasing order based on the frequency of characters. Example 1: Example 2: Example 3: 给一个字符串按照字符出现的频率来排序。 Java: Python: P 阅读全文
posted @ 2018-08-29 04:56 轻风舞动 阅读(809) 评论(0) 推荐(0) 编辑
摘要: A group of two or more people wants to meet and minimize the total travel distance. You are given a 2D grid of values 0 or 1, where each 1 marks the h 阅读全文
posted @ 2018-08-29 04:49 轻风舞动 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: You want to build a house on an empty land which reaches all buildings in the shortest amount of distance. You can only move up, down, left and right. 阅读全文
posted @ 2018-08-29 04:20 轻风舞动 阅读(3234) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 50 下一页