347. Top K Frequent Elements 347. Top K Frequent Elements Total Accepted: 26456 Total Submissions: 60329 Difficulty: Medium Given a non-empty array of ...
分类:
其他好文 时间:
2016-08-22 09:17:13
阅读次数:
127
【转载】:http://www.cnblogs.com/OUSUO/p/3805715.html?utm_source=tuicool&utm_medium=referral 1. DFS预处理出所有节点的深度和父节点 inline void dfs(int u) { int i; for(i=he ...
分类:
编程语言 时间:
2016-08-21 13:59:19
阅读次数:
360
转载自:http://blog.csdn.net/aspnet_lyc/article/details/12030039?utm_source=tuicool&utm_medium=referral Jquery将用户名密码存储到cookie中 需要导入jquery.js和jquery.cookie ...
分类:
Web程序 时间:
2016-08-19 18:44:43
阅读次数:
173
华文细黑:STHeiti Light [STXihei]华文黑体:STHeiti华文楷体:STKaiti华文宋体:STSong华文仿宋:STFangsong俪黑 Pro:LiHei Pro Medium俪宋 Pro:LiSong Pro Light标楷体:BiauKai苹果俪中黑:Apple LiG ...
分类:
Web程序 时间:
2016-08-19 15:09:11
阅读次数:
294
Div2 Medium: DivisibleSetDiv2 Problem Statement Each a[i] should be a number of the form 2^x[i] where x[i] is some positive integer. In other words, e ...
分类:
其他好文 时间:
2016-08-19 12:43:16
阅读次数:
135
题目: Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. (Medium) 分析: 题目要求不使用乘除和模运算实现两个整数除法 ...
分类:
其他好文 时间:
2016-08-17 22:55:15
阅读次数:
218
1.<textarea></textarea>背景色透色style "background:transparent";去除边框线style "border:none",去除点击时的边框线在样式里设textarea{ outline:medium;} 2.input跟她类似 3.AJAX里dataty ...
分类:
其他好文 时间:
2016-08-14 23:59:35
阅读次数:
338
边框样式 1.边框宽度 border-width:medium | thin | thick | length border-top-width 设置上边框宽度 border-bottom-width 设置下边框宽度 border-left-width 设置左边框宽度 border-right-wi ...
分类:
Web程序 时间:
2016-08-12 12:59:29
阅读次数:
198
241. Different Ways to Add Parentheses 241. Different Ways to Add Parentheses Total Accepted: 27446 Total Submissions: 72350 Difficulty: Medium Given ...
分类:
其他好文 时间:
2016-08-11 10:02:58
阅读次数:
172
URL: https://toddmotto.com/ultimate-guide-to-learning-angular-js-in-one-day/?utm_source=javascriptweekly&utm_medium=email ...
分类:
其他好文 时间:
2016-08-10 15:55:56
阅读次数:
199