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
https://leetcode.com/problems/combination-sum-iii/#/description ...
分类:
其他好文 时间:
2017-05-14 12:31:34
阅读次数:
112
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
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
题目: 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
题目: 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
贪心。 每次找到后面最近的一个能连边的连边。 ...
分类:
其他好文 时间:
2017-05-07 19:56:29
阅读次数:
161
图论〔Graph Theory〕是数学的一个分支。它以图为研究对象。图论中的图是由若干给定的点及连接两点的线所构成的图形,这种图形通常用来描述某些事物之间的某种特定关系,用点代表事物,用连接两点的线表示相应两个事物间具有这种关系。 分类 有向图,无向图;单图; 平面图,连通图,强连通图,有向无环图, ...
分类:
编程语言 时间:
2017-05-07 10:08:39
阅读次数:
185
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
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