Skip to content

JuliuszB12/validify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validify

Algorithms and Data Structures - Solution Checker

This program checks the output of a program against the expected output. It can be used to check the solutions of the exercises in the Algorithms and Data Structures course.

Installation

  1. Clone this repository
  2. Install Python 3.11 if you don't have it already

Usage

  1. Put Your test files in the tests folder. Input files should be named X.in and output files should be named X.out where X is the number of the test.
  2. Enter the path to the file you want to check in the PROGRAM_PATH variable in main.py
  3. Open a terminal in the project folder and run python main.py

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Simple script that helps testing algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%