├── Final Round ├── cold_storage.py ├── khajiit.py ├── little_boat_on_the_sea.py ├── little_boat_on_the_sea_recu.py ├── scoreboard.py ├── strings_as_a_service.py ├── strings_as_a_service2.py └── temporal_revision.py ├── Qualification Round ├── leapfrog1.py ├── leapfrog2.py ├── mr_x.py ├── mr_x2.py └── trees_as_a_service.py ├── README.md ├── Round 1 ├── class_treasurer.py ├── connect_the_dots.py ├── graphs_as_a_service.py └── ladders_and_snakes.py ├── Round 2 ├── bitstrings_as_a_service.py ├── bitstrings_as_a_service_slow.py ├── grading.py ├── on_the_run.py └── seafood.py └── Round 3 ├── chain_of_command.py ├── chain_of_command_recu.py ├── integers_as_a_service.py ├── light_show.py └── renovations.py /Final Round/cold_storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/cold_storage.py -------------------------------------------------------------------------------- /Final Round/khajiit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/khajiit.py -------------------------------------------------------------------------------- /Final Round/little_boat_on_the_sea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/little_boat_on_the_sea.py -------------------------------------------------------------------------------- /Final Round/little_boat_on_the_sea_recu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/little_boat_on_the_sea_recu.py -------------------------------------------------------------------------------- /Final Round/scoreboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/scoreboard.py -------------------------------------------------------------------------------- /Final Round/strings_as_a_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/strings_as_a_service.py -------------------------------------------------------------------------------- /Final Round/strings_as_a_service2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/strings_as_a_service2.py -------------------------------------------------------------------------------- /Final Round/temporal_revision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Final Round/temporal_revision.py -------------------------------------------------------------------------------- /Qualification Round/leapfrog1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Qualification Round/leapfrog1.py -------------------------------------------------------------------------------- /Qualification Round/leapfrog2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Qualification Round/leapfrog2.py -------------------------------------------------------------------------------- /Qualification Round/mr_x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Qualification Round/mr_x.py -------------------------------------------------------------------------------- /Qualification Round/mr_x2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Qualification Round/mr_x2.py -------------------------------------------------------------------------------- /Qualification Round/trees_as_a_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Qualification Round/trees_as_a_service.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/README.md -------------------------------------------------------------------------------- /Round 1/class_treasurer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 1/class_treasurer.py -------------------------------------------------------------------------------- /Round 1/connect_the_dots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 1/connect_the_dots.py -------------------------------------------------------------------------------- /Round 1/graphs_as_a_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 1/graphs_as_a_service.py -------------------------------------------------------------------------------- /Round 1/ladders_and_snakes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 1/ladders_and_snakes.py -------------------------------------------------------------------------------- /Round 2/bitstrings_as_a_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 2/bitstrings_as_a_service.py -------------------------------------------------------------------------------- /Round 2/bitstrings_as_a_service_slow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 2/bitstrings_as_a_service_slow.py -------------------------------------------------------------------------------- /Round 2/grading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 2/grading.py -------------------------------------------------------------------------------- /Round 2/on_the_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 2/on_the_run.py -------------------------------------------------------------------------------- /Round 2/seafood.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 2/seafood.py -------------------------------------------------------------------------------- /Round 3/chain_of_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 3/chain_of_command.py -------------------------------------------------------------------------------- /Round 3/chain_of_command_recu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 3/chain_of_command_recu.py -------------------------------------------------------------------------------- /Round 3/integers_as_a_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 3/integers_as_a_service.py -------------------------------------------------------------------------------- /Round 3/light_show.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 3/light_show.py -------------------------------------------------------------------------------- /Round 3/renovations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kamyu104/FacebookHackerCup-2019/HEAD/Round 3/renovations.py --------------------------------------------------------------------------------