多数派问题()'''在O(n)时间复杂度,O(1)空间复杂度内,判断是否有候选人的得票数过半该算法在运行过程中,需要两个临时变量c和t,c记录当前可能得票数过半的候选人编号,t记录该候选人的净超出次数。对于c而言,除了可以等于1~m中的任何值之外,还有另一种状态,我们把其叫做未知状态,用于表示当前任...
分类:
其他好文 时间:
2016-01-03 07:36:25
阅读次数:
178
"generative algorithm models how the data was generated in order to categorize a signal. It asks the question: based on my generation assumptions, whi...
分类:
其他好文 时间:
2016-01-02 18:34:50
阅读次数:
262
原文:http://www.jdon.com/bigdata/a-tour-of-machine-learning-algorithms.html这篇文章介绍几个最流行的机器学习算法。现在有很多机器学习算法,困难的是进行方法归类,这里我们介绍两种方法进行思考和分类这些算法。第一组算法是学习风格,第二...
分类:
编程语言 时间:
2015-12-31 19:07:35
阅读次数:
381
我们的算法导论:(中文版下载链接)目录(Table of Contents)前言(Preface)第一部分(Part I) 基础(Foundations)第一章 计算中算法的角色(The Role of Algorithms in Computing)第二章 开始(Getting Started)第...
分类:
编程语言 时间:
2015-12-31 01:39:47
阅读次数:
316
http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=35913Secret agent Maria was sent to Algorithms City to carry out an especially dangerous m...
分类:
其他好文 时间:
2015-12-30 21:47:37
阅读次数:
183
Awesome AlgorithmsA curated list of awesome places to learn and/or practice algorithms.Inspired byawesome-awesomenessand all the other awesome Awesome...
分类:
其他好文 时间:
2015-12-20 19:20:27
阅读次数:
283
进化算法,也被成为是演化算法(evolutionary algorithms,简称EAs),它不是一个具体的算法,而是一个“算法簇”。进化算法的产生的灵感借鉴了大自然中生物的进化操作,它一般包括基因编码,种群初始化,交叉变异算子,经营保留机制等基本操作。与传统的基于微积分的方法和穷举方法等优化算.....
分类:
编程语言 时间:
2015-12-13 15:25:52
阅读次数:
305
1.graphsharpGraph# is a graph layout framework.It contains some layout algorithms and a GraphLayout control for WPF applications.https://graphsharp.co...
分类:
其他好文 时间:
2015-12-10 13:28:11
阅读次数:
157
http://www.geeksforgeeks.org/print-binary-tree-vertical-order/ 1 package algorithms; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 impor....
分类:
其他好文 时间:
2015-11-30 07:15:25
阅读次数:
180
Abstract. Multiple variable function with gradient and Hessian matrix is very very import in OPEN CASCADE optimization algorithms. In order to underst...
分类:
其他好文 时间:
2015-11-29 17:57:29
阅读次数:
269