nomi
- 19
- 0
http://img207.imageshack.us/img207/8952/neatoteeheesu5.jpg thx
Last edited by a moderator:
The discussion revolves around a combinatorial problem involving the selection of squares from a 12x12 array, specifically focusing on how to choose 15 squares such that no two selected squares are in the same row or column. Participants explore various interpretations of the problem, potential solutions, and algorithmic approaches.
There is no consensus on whether the problem statement is correct as presented, with some participants believing it should involve selecting 12 squares instead of 15. Multiple approaches to solving the problem are discussed, but no agreement is reached on a definitive method or solution.
Participants note the limitations of their approaches, including potential inefficiencies in their brute force methods and the need for clarification on the problem's requirements. The discussion reflects varying assumptions about the problem's parameters.
Tedjn said:The minimum, seems to be 143 by picking 7, 18, 24, 5, 11, 9, 11, 14, 6, 5, 21, 12 in each row respectively. You should be able to find the maximum just as easily.