is authored by Robert Sedgewick & Kevin Wayne.
项目初衷: 主要是为了练习《算法》 基本环境:
- Myeclipse 2015 stable 3.0
- JDK 1.8
- Maven 3.0+
工程导入:
git clone https://github.com/Mrart/Algorithm.git
file-> import -> maven project -> directory
工程说明:
- Algorithm:父工程,POM工程依赖。
- Algorithm.web: 前端,主要展示算法的说明,输入和输出测试
- Algorithm.server:逻辑处理层
- Algorithm.configuration:
- Algorithm.core:算法核心
- Algorithm.database: 数据库层