Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conference room ...
分类:
其他好文 时间:
2017-11-23 19:49:34
阅读次数:
627
lc 712 Minimum ASCII Delete Sum for Two Strings [712 Minimum ASCII Delete Sum for Two Strings][1] Given two strings s1, s2, find the lowest ASCII sum ...
分类:
其他好文 时间:
2017-11-21 18:45:33
阅读次数:
154
problem1 link 首先每$n*m$一定是一个循环,所以只需要考虑时间$[0,n*m-1]$即可。这个期间一共出现了$n$个,第i个的出现时间为$m*i$,离开的时间为$\left \lceil \frac{mi}{n} \right \rceil*n$,所有答案为: ans=$\frac{ ...
分类:
其他好文 时间:
2017-11-18 13:38:50
阅读次数:
137
移动端总结和手机兼容问题 H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-sc ...
分类:
移动开发 时间:
2017-11-16 11:30:52
阅读次数:
204
Tree Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 373 Accepted Submission(s): 254 Problem De ...
分类:
其他好文 时间:
2017-11-15 23:37:30
阅读次数:
314
Minimum Inversion Number Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 21957 Accepted Submissio ...
分类:
其他好文 时间:
2017-11-15 21:54:59
阅读次数:
169
public class Solution { /* * @param triangle: a list of lists of integers * @return: An integer, minimum path sum */ public int minimumTotal(int[][] t... ...
分类:
其他好文 时间:
2017-11-13 19:48:05
阅读次数:
123
原文: https://www.zhihu.com/question/41110088 https://www.google.com.hk/#safe=strict&q=tp50+tp90 The tp90 is a minimum time under which 90% of requests ...
分类:
其他好文 时间:
2017-11-13 19:44:13
阅读次数:
286
The minimum version of Erlang/OTP required to run RabbitMQ server 3.6.0 through 3.6.14 is R16B03. Starting with RabbitMQ 3.6.15 support for Erlang/OTP ...
分类:
其他好文 时间:
2017-11-13 16:41:55
阅读次数:
451
#查看新增加的磁盘[root@centos002~]#fdisk-lDisk/dev/sda:21.5GB,21474836480bytes255heads,63sectors/track,2610cylindersUnits=cylindersof16065*512=8225280bytesSectorsize(logical/physical):512bytes/512bytesI/Osize(minimum/optimal):512bytes/512bytesDiskidentifier..
分类:
系统相关 时间:
2017-11-13 13:55:32
阅读次数:
281