Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:
其他好文 时间:
2019-02-03 18:11:43
阅读次数:
150
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:
其他好文 时间:
2019-02-01 23:27:38
阅读次数:
269
传送门:http://acm.hdu.edu.cn/showproblem.php?pid=6343 Problem L. Graph Theory Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 ...
分类:
其他好文 时间:
2019-01-28 17:44:30
阅读次数:
175
参考资料 台湾大学《机器学习技法》视频 李航《统计学习方法》 深入浅出ML之Regression家族 Logistic Regression Theory [TOC] 什么是Logistic回归 回顾一下,一般化的广义线性回归形式是: $$ g(Y)=Xw^T 或者?Y=g^{?1}(Xw^T) $ ...
分类:
其他好文 时间:
2019-01-26 22:41:49
阅读次数:
211
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:
其他好文 时间:
2019-01-13 21:41:39
阅读次数:
145
leetcode例题: 216. Combination Sum III Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be ...
分类:
其他好文 时间:
2019-01-07 10:39:23
阅读次数:
262
LeetCode真题_040_Combination Sum II ...
分类:
其他好文 时间:
2019-01-05 16:32:44
阅读次数:
177
加粗的是我喜欢的。 计算理论: Peter J. Denning 什么能被计算(递归论) 实施这些计算所需资源(计算复杂性理论) P=NP?自动机理论,密码学,量子计算 书:introduction to the theory of computation(Sipser),灰姑娘书,龙书 算法与数据 ...
分类:
其他好文 时间:
2019-01-05 00:12:03
阅读次数:
231
题目描述 ModricWang has found a list containing n numbers. He calls a list bad if and only if it is not empty and gcd (see notes section for more informat ...
分类:
编程语言 时间:
2018-12-27 03:19:36
阅读次数:
166
摘要 http://blog.codinglabs.org/articles/theory-of-mysql-index.html 本文以MySQL数据库为研究对象,讨论与数据库索引相关的一些话题。特别需要说明的是,MySQL支持诸多存储引擎,而各种存储引擎对索引的支持也各不相同,因此MySQL数据 ...
分类:
数据库 时间:
2018-12-26 01:11:54
阅读次数:
254