i am trying to solve http://www.spoj.com/problems/BITMAP/ problem.
my code is giving TLE on SPOJ .
i am not getting why it's getting TLE.
i approached in this procedure: I stored those pixels which have value 1 in a queue and applied bfs across these,
my code is http://ideone.com/ppgQiW
please help
thanks