At 12:56 PM 5/17/2001 +0200, you wrote:
I also have an array with the distance to the edge of each point in it. But
my program has a lot of code that does something like:
if (board[left(xy)] == board[xy])
doSomething(left(xy));
One more follow-up. I checked, and my code has 825 uses of the edge[]
array, and