kartikey20 / Google-Hashcode-2019-pizza-problem-solution

My solution for google hashcode 2019 pizza problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google_Hashcode_2019_pizza_problem_solution

This is my solution for the test round problem of 2019 Google Hashcode challenge.

There is provided the solution verifier written in Python 3, so you can easy check your own solution and comapre it with mine.

The solver code is written in C++17, so you have to use a compiler that supports the standard (I use GCC 7.2).

The problem statement is placed in pizza.pdf file. All data provided by Google are in input_data directory.

About

My solution for google hashcode 2019 pizza problem


Languages

Language:C++ 65.4%Language:Python 33.4%Language:CMake 1.2%