8000 GitHub - EnzoHideki/algo: Algorithms training.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

EnzoHideki/algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the scripts

cfparser.py (need requests module)

Script to parse Codeforces tests

How to use: Run python3 cfparser.py [contest id] [problem letter]. Then, the inputs and outputs will be parsed and stored in file called 'tests' in the following format:

(input)
ans:
(expected output)
===
(input)
ans:
(expected output)
===
.
.
.

check.py

Script to run tests in a single file.

How to use:

Put the test cases in a file named 'tests' in the following format:

(input)
ans:
(expected output)
===
(input)
ans:
(expected output)
===
.
.
.

Then, run python check.py [solution's file name]

About

Algorithms training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0