(全文完)
一些有意思的算法代码
05/501557">longest contiguous range problem.
Egyptian Fractions
(link)
11-20-2011
Python
An implementation of the greedy algorithm for finding Egyptian fractions.
LL(1) Parser Generator
(link)
11-21-2011
Java
An LL(1) parser generator.
LR(0) Parser Generator
(link)
11-23-2011
Java
An LR(0) parser generator.
Word Ladders
(link)
11-27-2011
JavaScript
A program for finding word ladders between two words.
建议继续学习
- 为什么算法这么难? (阅读 12,241)
- 15道使用频率极高的基础算法题 (阅读 6,841)
- Fastbit中的bitmap索引算法 (阅读 5,142)
- 基于漏桶(Leaky bucket)与令牌桶(Token bucket)算法的流量控制 (阅读 4,421)
- 算法的意义 (阅读 4,380)
- 研发面试最常用的10大算法 (阅读 4,283)
- 生成特定分布随机数的方法 (阅读 3,902)
- 机器学习算法之LightGBM (阅读 3,546)
- 算法收集 (阅读 3,221)
- 聚类算法之ISODATA (阅读 3,182)