Page 1 of 1

Deluge

Posted: Thu Jul 10, 2008 11:27 am
by tails
In what format is the input image given?
And how the output should be expressed?

Posted: Thu Jul 10, 2008 4:02 pm
by m!nus
And how are the dimensions of the image?

Posted: Thu Jul 10, 2008 6:09 pm
by adum
sorry, my challenge description got truncated. it should be fixed now.

cheers,
adum

Posted: Thu Jul 10, 2008 8:40 pm
by tails
Thank you! :D

Posted: Thu Jul 10, 2008 8:52 pm
by adum
no worries, good luck on the challenge =)

let's see how few cycles you can do it in!

adum

Posted: Thu Jun 30, 2011 6:02 pm
by kalunos
hi there,

tried this one with the hvm java tool provided here somewhere, much easier to manage the relative jumps there + comments possible ... thumbs up!

my solution:

... [edit: shouldn't been provided here, after-solve link took me here] ...

took 30335 cycles to solve the example figure..

happy c :lol: ding!

Posted: Mon Jun 10, 2013 6:31 pm
by marinuso
Is there some way I can get some diagnostics?

My solution correctly floods the given example, it correctly floods all of my own tests, and it floods the empty image (which should be the worst case for my algorithm) well within the cycle limit, but the challenge page just says "'failed to flood correctly' is incorrect".

Posted: Fri Jun 21, 2019 4:27 pm
by Hippo
code "!" returns 'failed to flood correctly' is incorrect. (finished with wrong result)
code "0c" returns 'is incorrect.' (cycle limit exceeded)
code "+" returns 'is incorrect.' (execution error)
intended answer returns 'is correct'. (finished with correct result)