Skip to content

DylanKirbs/algos-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 

Repository files navigation

Algos Tests

Directory Structure

Your directory must be structured as follows:

.
├── DD
│   └──Main.java
└── test
    ├── cases
    │   └── DD
    │       └── ...
    ├── __main__.py
    └── README.md

Where each directory is named after the problem code.

Execution

python3 test <problem_code>

Note: The stderr stream is printed out after each test case is run, so it is recommended to print debug statements to stderr.

Generating test cases

Create your ".in" file in the cases directory and execute

python3 test --gen <problem_code>

This will generate a ".out" file with the expected output (from your program's execution).

Warning: This will overwrite any existing ".out" file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages