Repository containing our solutions for Google Hash Code 2019.
-
Install:
pip install .
-
Usage
python -m hashcode19 --alg ${ALGORITHM} < input_file > output_file
It expects input in
stdin
and prints output instdout
. -
To compute the solutions for every data in
data/*.in
:./scripts/run.sh ${ALGORITHM}
Details about the submission in the SUBMISSION
file, generated by the run.sh
script.
It will provide details about the chosen algorithm alg
, which will correspond to the
module::function hashcode19/sol/${alg}::main
- Attila Bagoly [email protected]
- Marco Favorito [email protected]
- Julia Gomes [email protected]