//leetcode中还有花样链表题,这里几个例子,冰山一角 求单链表中结点的个数----时间复杂度O(n)这是最最基本的了,应该能够迅速写出正...
收录了9篇文章 · 9人关注
//leetcode中还有花样链表题,这里几个例子,冰山一角 求单链表中结点的个数----时间复杂度O(n)这是最最基本的了,应该能够迅速写出正...
概念 Search Problem(eg:SAT)search problem can be verified in polynomial ti...
查一些参考资料,摘录一些感觉以后会用到的部分 PageRank 该算法基于“从许多优质的网页链接过来的网页,必定还是优质网页”的回归关系,认为从...
(侵删) 推荐引擎的分类 根据不同的数据源发现数据相关性的方法可以分为以下几种: 根据系统用户的基本信息发现用户的相关程度,这种被称为基于人口统...
final 周一边复习一边过一遍这本书--algorithms,中文名叫--算法概论,参考教材是introduction to algorith...
1.1Basic arithmetic 1.1.1addition -Given two binary numbers x and y, how...
The divide-and-conquer strategy solves a problem by: Breaking it into su...
3.1 Graphs Represent a graph by Adjacency matrix -- sparse graphn = |V |...
4.1 Distane The distance between two nodes is the length of the shortest...