Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 629 Bytes

File metadata and controls

32 lines (18 loc) · 629 Bytes

Algorithm project

is authored by Robert Sedgewick & Kevin Wayne.

项目初衷: 主要是为了练习《算法》 基本环境:

  1. Myeclipse 2015 stable 3.0
  2. JDK 1.8
  3. Maven 3.0+

工程导入:

git clone https://github.com/Mrart/Algorithm.git

file-> import -> maven project -> directory

工程说明:

  1. Algorithm:父工程,POM工程依赖。
  2. Algorithm.web: 前端,主要展示算法的说明,输入和输出测试
  3. Algorithm.server:逻辑处理层
  4. Algorithm.configuration:
  5. Algorithm.core:算法核心
  6. Algorithm.database: 数据库层