码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
排序算法
https://en.wikipedia.org/wiki/Sorting_algorithm Computational complexity theory Big O notation Total order Lists Inplacement Stability Comparison sort ...
分类:编程语言   时间:2017-05-14 13:42:24    阅读次数:164
leetcode216
https://leetcode.com/problems/combination-sum-iii/#/description ...
分类:其他好文   时间:2017-05-14 12:31:34    阅读次数:112
Prime Distance(二次筛素数)
Description The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number t ...
分类:其他好文   时间:2017-05-12 09:35:19    阅读次数:207
Graph Theory
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 140 Accepted Submission(s): 74 Problem Descrip ...
分类:其他好文   时间:2017-05-08 22:01:12    阅读次数:243
【LeetCode】039. Combination Sum
题目: Given a set of candidate numbers (C) (without duplicates) and a target number (T), find all unique combinations in C where the candidate numbers s ...
分类:其他好文   时间:2017-05-07 23:13:56    阅读次数:217
【LeetCode】040. Combination Sum II
题目: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each ...
分类:其他好文   时间:2017-05-07 22:03:07    阅读次数:231
HDU 6029 Graph Theory
贪心。 每次找到后面最近的一个能连边的连边。 ...
分类:其他好文   时间:2017-05-07 19:56:29    阅读次数:161
图论算法
图论〔Graph Theory〕是数学的一个分支。它以图为研究对象。图论中的图是由若干给定的点及连接两点的线所构成的图形,这种图形通常用来描述某些事物之间的某种特定关系,用点代表事物,用连接两点的线表示相应两个事物间具有这种关系。 分类 有向图,无向图;单图; 平面图,连通图,强连通图,有向无环图, ...
分类:编程语言   时间:2017-05-07 10:08:39    阅读次数:185
hdu3336 kmp
It is well known that AekdyCoin is good at string problems as well as number theory problems. When given a string s, we can write down all the non-emp ...
分类:其他好文   时间:2017-05-07 00:06:00    阅读次数:272
Basic Model Theory of XPath on Data Trees
w https://openproceedings.org/2014/conf/icdt/FigueiraFA14.pdf From a database perspective, however, Core-XPath fails to include the single most import ...
分类:其他好文   时间:2017-05-05 01:02:45    阅读次数:147
1177条   上一页 1 ... 42 43 44 45 46 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!