txzh007 / 833

江南大学 833数据结构与算法设计 实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

江南大学 833数据结构与算法设计 实现

说明

本项目由Clion编写,中文编码 GBK,CMakeList.txt 请自行编写。

项目运行(c++11)

# 克隆到本地
git clone https://github.com/txzh007/833.git

# 导入项目 833

# 配置CMakeList.txt

# 运行
run
项目结构
│   README.md
│
└───2012   //年份文件夹
│   │   test1.txt   //test+题号
│   │   test2.txt
│   │   test3.txt
│   │   ...
│
└───2013
    │   test1.txt
    │   test2.txt
    │   test3.txt
    │   ...

未完,待续...

About

江南大学 833数据结构与算法设计 实现


Languages

Language:C 100.0%