Skip to content

klyse/GoogleHashCodePizzaProblem

Repository files navigation

Google Hashcode Pizza Problem

Startup

Define HashCodePizzaWorkingDir environment variable. Unit tests will look for input files at the given location.

Input folder: \input.

Solutions will be written to \output (created automatically).

Example: C:\Projects\GoogleHashCodePizzaProblem\Environment

.
├── input
    ├── a_example.in
    ├── b_small.in
    ├── c_medium.in
    └── d_big.in
└── output
    └── PizzaSolver2
        ├── a_example.out
        ├── b_small.out
        ├── c_medium.out
        └── d_big.out

Results

Case Points
example 12
small 28
medium 45585
big 800264
TOTAL 845889

The score can be checked in the unit test output.

Authors

VolkmarR: @VolkmarR

Klyse: @Klyse

About

Pizza Problem Solution for Google Hash Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages