Thursday, January 19, 2012

How can I make a C++ 2D array 'hotspot' search?

I have a 2D array in C++ that is filled with 1's and 0's. I want to know how I can find an area with the highest concentration of 1's. Anyone know how I could do this?

No comments:

Post a Comment