LukeDS-it / pizza-hash

Repository for the test round of 2017 Google HashCode
MIT License
1 stars 1 forks source link

Overlapping slices #1

Open emmanuelcharon opened 6 years ago

emmanuelcharon commented 6 years ago

Hi, it seems you beat my score (about 940K total), so i'm curious about your solution.

Can you provide the output files, so I can read them with my program and check they are correct?

Are you allowing slices to overlap? It is forbidden in the problem statement.

LukeDS-it commented 6 years ago

Hello, if you're looking at the naive solution, I checked it with the official grader on 2017, so I'm 100% positive that the results are valid. I am not allowing slices to overlap. If you're looking at the genetic algorithm branch, I've never been able to test it properly, so I can't guarantee that slices do not overlap. There's a lot of work to do on that, as it was just an experiment since I'm not an expert on that argument. I'll try to dig up the output files if I still have them somewhere in my HDD.