“Data Structure” course homework
codes and documentations
Overview
Textbook: 《数据结构:思想与实现(第2版)》(翁惠玉,俞勇)
Generating documents
cd ".\path\to\root"
genDoc.bat
Compiling
see docs in each project
cd ./path/to/projectRoot
mkdir bin
g++ ./src/test0.cc -o ./bin/test0.exe -g -fexec-charset=GBK -std=c++11 -I ./include
./bin/test0.exe
Table of Contents
Contact Information
- Website: grwei
- Author: Guorui Wei (危 国锐)
- E-mail: 313017602@qq.com