Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 212 Bytes

algorithms

《算法导论》(Thomas H. Cormen, 第三版)中伪代码的c语言代码实现

运行测试

# 生成构建文件
cmake .
# 构建
make
# 运行测试demo
./test_algorithms