Skip to content

shawntsai0312/NTUEE_ALGORITHM_23SPRING_PA3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cycle Breaker

author : B10901176 蔡弘祥

How To Compile

make clean
make

How To Run

./bin/cb <input file> <output file>

How To Check Answer Is Reasonable

  • for mac
./pa3_checker_mac <input file> <output file>
  • for linux
./pa3_checker <input file> <output file>