Hi there,
I've just finish the bacteria colonies task by using simple heuristics. My solution passes all the tests but there is some cases where those heuristics are not working (see the attached picture). Therefore it would be nice to add this test:
healthy(((0,0,0,0,0,1,0,0,0,0,1,1,0,0,0),(0,0,0,0,1,1,1,0,0,0,1,1,1,0,0),(0,0,0,0,0,1,0,0,0,1,1,1,1,1,0),(0,0,0,0,0,0,0,0,1,1,1,1,1,1,1),(0,0,0,1,0,0,0,0,0,1,1,1,1,1,0),(0,0,1,1,1,0,0,0,0,0,1,1,1,0,0),(0,1,1,1,1,1,0,0,0,0,0,1,0,0,0),(1,1,1,1,1,1,1,0,0,0,0,0,0,0,0),(0,1,1,0,1,1,0,0,0,0,1,0,0,0,0),(0,0,1,1,1,1,0,0,0,1,1,1,0,0,0),(0,0,0,1,0,0,0,0,1,1,1,1,1,0,0),(0,0,0,0,0,0,0,1,1,1,1,1,1,1,0),(0,0,0,0,0,0,0,0,1,1,1,1,1,0,0),(0,0,0,0,0,0,0,0,0,1,1,1,0,0,0),(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)))
Created at: April 15, 2015, 1:13 p.m.; Updated at: April 22, 2015, 1:32 p.m.