- 博客(38)
- 资源 (1)
- 收藏
- 关注
原创 Pagerank算法(一)
断断续续做了将近两年的用户群体性作弊检测,一直想开个专栏好好总结沉淀下,一般来说这叫技术积累。下午恰好不忙,外面雪花飞舞,正适合文人骚客舞文弄墨,如此时光,甚好。甚好。Pagerank算法号称机器学习领域十大算法之一,使得当年名不见经传的Google一跃成为世界第一的搜索引擎,可见其牛逼之处。我们先回顾下搜索引擎的历史,从当年遇到的难题来切入,聊一聊Pagerank算法诞生的背景。搜...
2014-08-20 23:51:04 160
原创 Leetcode【26】:Remove Element
题目:给定一个sorted数组,删除数组中等于element的元素。分析:和25题类似,25题是
2014-08-18 00:23:27 275
原创 Leetcode【23】:Swap Nodes in Pairs
题目:给定一个链表,从头翻转2个相邻结点。比如1->2->3->4->5->6->7,返回2->1-
2014-08-17 19:57:36 303
原创 Leetcode【1】:Two Sum
问题https://leetcode.com/problems/two-sum/Given an array of integers, returnindicesof the two numbers such that they add up to a specific target.You may assume that each input would haveexactly...
2014-06-06 08:15:32 358
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人