Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Course Project -- Data Structures

北邮计算机类本科二年级数据结构课程设计课程作业。

⚠️不能保证正确性,请不要作为作业提交。

仅包含后端部分,采用 dijkstra 算法,暴露RESTful API。

build

安装vcpkg,安装jsoncpp和restbed包,修改CMakeLists.txt中INC_DIR和LINK_DIR变量的前缀为vcpkg的安装路径

mkdir build
cd build
cmake ..
make