[algogeeks] Morgan stanely interview ques

2011-07-31 Thread sivaviknesh s
*Given an nxn screen, Each pixel is represented by intensity values. Given a specific pixel as an input, find the no. of pixels of the same colour which can reached from this pixel. Assume any suitable data structure for a screen. ..can this be implemented through BFS ...similar to BITMAP prob

Re: [algogeeks] Morgan stanely interview ques

2011-07-31 Thread Shubham Maheshwari
color and intensity are2 different things ... do you mean to find pixels with same intensity ...!! and wat is meant by can be reached ...!! On Sun, Jul 31, 2011 at 2:40 PM, sivaviknesh s sivavikne...@gmail.comwrote: *Given an nxn screen, Each pixel is represented by intensity values. Given a