最新 最热

Leetcode 135 Candy

There are N children standing in a line. Each child is assigned a rating value. You are giving candies to these children subjected to the following requiremen...

2018-01-12
1

Leetcode 149 Max Points on a Line

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 给一个点集,判断在一条直线上的点最多有多少个。枚举每一个点,算其他点和它的斜率,然后用一个unordered_m.....

2018-01-12
1

短米ej.cn、iv.cn均以小六位结拍

短域名在记忆和输入上有着不小的优势,一直是米市里备受青睐的品种。近日,有两枚二字母.cn域名纷纷结拍。

2018-01-11
0

LeetCode:149_Max Points on a line | 寻找一条直线上最多点的数量 | Hard

题目:Max Points on a lineGiven n points on a 2D plane, find the maximum number of points that lie on the same straight line.这道题需要稍微转变一下思路,用斜率来实现,试想找在同一条直线上的点,怎么......

2018-01-11
1

一年前的焦点bug终于找到原因了, 图标文本对齐完美了~

该文章讲述了作者在一年前遇到的一个焦点bug,以及如何解决它。这个bug是在点击可编辑区域的空白区域时,光标位置会偏移。作者发现问题的原因是由于给定的元素的顶部的偏移量。通过将元素的顶部偏移量设置为0,可以解决这...

2017-12-29
1