算法整理
工作中经常会遇到一些经典算法。脑子不好使,只好记于此。
1.字符串搜索:
KMP算法:http://segmentfault.com/a/1190000000608926
Boyer-Moore算法: http://blog.jobbole.com/52830/
2.统计计数:
Hyper-LogLog:http://blog.codinglabs.org/articles/algorithms-for-cardinality-estimation-part-i.html