Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 767 Bytes

Hashcode-evaluator

Evaluators for hashcode past problems. Also contains input files and subjects.

Evaluators

  • 2014 final round
  • 2015 qualification round
  • 2015 final round
  • 2016 qualification round
  • 2016 final round
  • 2017 qualification round
  • 2017 final round
  • 2018 qualification round
  • 2018 final round
  • 2019 qualification round
  • 2019 final round
  • 2020 qualification round

Use

file.out is the out file of file.in.

ZSH

python eval.py < file.in < file.out

Any

cat file.in file.out | python eval.py

Disclaimer

Theses files aren't guaranted to be correct.

If you notice an issue in an evaluator or wish to add a missing one, don't hesitate to open an issue or a pull request.