Skip to content

Shuteng-0608/CBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBS

The code mainly come from here.

Remember to modify the map reading path which in src/main.cpp to your own:

Map map = readMap("your_path/data/map3.txt");

Tpying the following commands to enter the CBS/build directory for out-of-class compilation

cd CBS/build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

Tpying the following commands to enter the CBS/build/src and launch the execuatable file main

cd CBS/build/src
./main

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published