Skip to content

Solutions to programming tasks in ECE NTUA course "Algorithms and Complexity"

Notifications You must be signed in to change notification settings

mark-deligiannis/Algorithms_and_Complexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms_and_Complexity

Solutions to programming tasks in ECE NTUA course "Algorithms and Complexity".

run_tests.py

Can test and create a performance report for any program by redirecting files to stdin and checking the output. Configurable from Config.txt.

Config.txt

Located in the same folder as run_tests.py. Must contain 4 lines that correspond to:

  • Path of the folder containing input & output files
  • Path of executable to be tested
  • How many input & output files there are
  • Timeout in seconds

See the file provided for an example

Note that all test files must be located in the same folder. The names for the i-st pair must be "inputi.txt" and "outputi.txt".

About

Solutions to programming tasks in ECE NTUA course "Algorithms and Complexity"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published