Skip to content

Want to reduce the tedious work for checking your code against the example test cases in Codechef?? Use this!!

Notifications You must be signed in to change notification settings

elvis-7/CodechefScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

CodechefScraper

Python code used to parse sample test cases of Codechef locally.This is primarily done to ease the running of sample test cases during Long Challenges/Short Challenges.

Running the file: Make sure the .cpp and the .py files are in the same directory including the source code.

Execution:

python webcrawler.py ( You will have to mention whether it is a challenge or not and specify the codes as asked. Next mention the name of your cpp file with .cpp extension. )

Once the above has executed you just need to run the below command everytime you make any changes to your code. It will automatically run your code with the example test cases and notify if all test cases have passed or where your code fails.

./run.sh

Good Luck!!

About

Want to reduce the tedious work for checking your code against the example test cases in Codechef?? Use this!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published