题意:输入多个时间段,表示喂牛的时间,问喂牛的最长的持续时间和不喂牛的最长的时间。key:注意输入的时间没有先后顺序。有两种方法。一是对时间段进行排序,比较每段时间的的末尾就行了,记得求得最大连续时间的时候要更新最后的时间,更新最大间断时间的时候要更新最前面的时间。方法二,用数组标记喂牛时间,,fo...
分类:
其他好文 时间:
2015-02-04 16:30:04
阅读次数:
207
https://oj.leetcode.com/problems/linked-list-cycle-ii/Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Fo...
分类:
其他好文 时间:
2015-02-03 22:42:02
阅读次数:
173
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:
其他好文 时间:
2015-02-03 21:04:41
阅读次数:
133
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-02-03 16:46:32
阅读次数:
112
Problem B: Andy's First DictionaryTime limit: 3 secondsAndy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task fo...
分类:
其他好文 时间:
2015-02-03 08:15:20
阅读次数:
200
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2015-02-02 17:34:58
阅读次数:
282
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2015-02-02 14:04:12
阅读次数:
196
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first
two lists.
#include
#include
using namespace std;
//Definition fo...
分类:
其他好文 时间:
2015-01-31 16:22:38
阅读次数:
152
1.first-line 伪元素选择器用于元素的第一行的文字使用的而样式。如:div:first-line{color:red;},该样式定义了div标签内的第一行文字的颜色。2.first-letter 伪元素选择器用于为元素的首字母或第一个字使用的样式。如:div:frist-letter{fo...
分类:
Web程序 时间:
2015-01-30 22:32:17
阅读次数:
248
C:\Users\Administrator>tasklist /? TASKLIST [/S system [/U username [/P [password]]]] [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH] 描述: 该工...
分类:
其他好文 时间:
2015-01-30 17:24:27
阅读次数:
164