博客园markdown太烂, 题解详情 Leetcode Solution 11~20 marks: @: hard to get a direct solution %: need optimization 好题 %%% 11. Container With Most Water[Medium] ...
分类:
其他好文 时间:
2019-09-10 20:45:15
阅读次数:
94
原文链接:http://tecdat.cn/?p=6488 数据准备 ## mpg disp hp drat wt qsec ## Mazda RX4 21.0 160 110 3.90 2.62 16.5 ## Mazda RX4 Wag 21.0 160 110 3.90 2.88 17.0 # ...
分类:
编程语言 时间:
2019-09-10 17:50:43
阅读次数:
143
题目描述 Farmer John has been having trouble making his plants grow, and needs your help to water them properly. You are given the locations of N raindrop ...
分类:
其他好文 时间:
2019-09-09 22:52:36
阅读次数:
104
题目连接: https://leetcode-cn.com/problems/water-and-jug-problem/ 题目大意: 中文题 具体思路: ax + by = z 求是否有合理的解 ,x ,y 为系数化简 a * t1 * k + b * t2 * k == z;然后 k * (a ...
分类:
其他好文 时间:
2019-09-09 21:12:31
阅读次数:
103
1051 Pop Sequence (25 分) 1051 Pop Sequence (25 分) 1051 Pop Sequence (25 分) Given a stack which can keep M numbers at most. Push N numbers in the order ...
分类:
其他好文 时间:
2019-09-08 00:04:08
阅读次数:
99
ERROR: Exception:Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\Python\Python37\site-packages\pip\_internal\cli\base_command. ...
分类:
其他好文 时间:
2019-09-05 18:18:04
阅读次数:
121
Description: Given a paragraph and a list of banned words, return the most frequent word that is not in the list of banned words. It is guaranteed the ...
分类:
其他好文 时间:
2019-09-04 13:36:18
阅读次数:
81
0. 准备工作 1. 先备份 2. 创建用户以及创建数据库 3.执行恢复 ...
分类:
数据库 时间:
2019-09-04 09:50:33
阅读次数:
397
Recently George is preparing for the Graduate Record Examinations (GRE for short). Obviously the most important thing is reciting the words. Now Georg ...
分类:
其他好文 时间:
2019-09-03 21:54:30
阅读次数:
67
1. 列表统计 使用count获取单个字符出现次数 使用Counter的most_commom获取 出现次数最多的前几位 2. 字典键值的集合操作 字典的keys()支持 并集 交集 差集 等集合操作 当字典的values都是字符串(无嵌套)时,字典的items()也支持集合操作 断言字典a包含字典 ...
分类:
编程语言 时间:
2019-09-03 19:32:33
阅读次数:
92