Flash Flood Warmup
Posted: Tue Oct 11, 2011 7:58 pm
'Flash Flood Warmup' is rated '10' while 'Deluge' is 55. By intention?
My first tries were at about 27000 cycles (simple recursive approach). Then I noticed that it is always the same image, filled those 3 islands with 2's (enumerating 30 cells) and then marked all cells 0 if they are 2 or 1 otherwise. Took less than 10000 cycles. I'd call that cheating and probably not the way it was intended.
My first tries were at about 27000 cycles (simple recursive approach). Then I noticed that it is always the same image, filled those 3 islands with 2's (enumerating 30 cells) and then marked all cells 0 if they are 2 or 1 otherwise. Took less than 10000 cycles. I'd call that cheating and probably not the way it was intended.