
algorithm
王林森linux
这个作者很懒,什么都没留下…
展开
-
Insertion sort
from: https://www.khanacademy.org/computing/computer-science/algorithms/insertion-sort/a/insertion-sort There are many different ways to sort. As selection sort runs, the subarray at the begi转载 2016-01-12 10:47:32 · 436 阅读 · 0 评论 -
一致性哈希
from: http://www.jiacheo.org/blog/174 学习分布式, 一致性哈希是最最基础的知识, 所以要理解好. 那什么是一致性哈希呢?(what) 百度百科 上的解释很专业术语. 要一句话定义貌似也有难度: 一致性哈希算法是在哈希算法基础上,提出的在动态变化的分布式环境中,哈希算法应该满足的几个条件: 平衡性, 单调性和分散性. 1.平衡转载 2016-05-13 09:11:15 · 434 阅读 · 0 评论