leetcode
文章平均质量分 63
KiloMeterKM
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
403. Frog Jump leetcode
A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but it must not jump into the water. Given a list of原创 2018-01-04 15:05:55 · 338 阅读 · 0 评论 -
406. Queue Reconstruction by Height
Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), where h is the height of the person and k is the number of people in front of t原创 2018-01-07 10:05:50 · 310 阅读 · 0 评论 -
LeetCode1月7号比赛题目 Employee Free Time
We are given a list schedule of employees, which represents the working time for each employee. Each employee has a list of non-overlapping Intervals, and these intervals are in sorted order. Re原创 2018-01-07 13:10:52 · 397 阅读 · 0 评论 -
911. Online Election leetcode
In an election, the i-th vote was cast for persons[i] at time times[i]. Now, we would like to implement the following query function: TopVotedCandidate.q(int t) will return the number of the person t...原创 2018-09-23 17:26:07 · 808 阅读 · 0 评论 -
910. Smallest Range II leetcode
Given an array A of integers, for each integer A[i] we need to choose either x = -K or x = K, and add x to A[i] (only once). After this process, we have some array B. Return the smallest possible di...原创 2018-09-23 18:52:56 · 684 阅读 · 0 评论
分享