- This work provides interactive way to analyze the GCJ2020's result, if you just want to see processed result, vstrimaitis/google_codejam_stats provides the site with much better interface.
- See analysis_{round}.ipynb for the result
- See directory crawler for the detail how to get data
All scripts can be executed by native python interpreter in Linux/MacOS with python3.6 or above.
$ pipenv install
$ pipenv shell
$ jupyter notebookThen you can access http://localhost:8888 to analyze the data.
$ pipenv uninstall --all