[algogeeks] MineSweeper...

2006-08-25 Thread Iman
today i was solving this problem http://acm.uva.es/p/v101/10189.html and i after i solve it i compile it with Microsoft Visual Studio 6 and i've got the results correct but after i send it to Valladolid judge it say it has a compiler error!!! o my god anyway need your helps tanx in advance --

[algogeeks] Minesweeper Algoritm Contest

2006-08-21 Thread JeffCameron
Hello algorithm enthusiasts! I recently became interested in Minesweeper-solving algorithms, and would like to propose a competition. We will each write a C/C++/Java function that takes a minesweeper board, along with its width and height, and then returns which square to click next. For