marcofavorito / google-hashcode-2019

Google Hash Code 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-hashcode-2019

Repository containing our solutions for Google Hash Code 2019.

Usage

  • Install:

    pip install .
    
  • Usage

    python -m hashcode19 --alg ${ALGORITHM} < input_file > output_file
    

    It expects input in stdin and prints output in stdout.

  • 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

Authors

About

Google Hash Code 2019

License:MIT License


Languages

Language:Python 92.5%Language:Shell 7.5%