6 ms·
The board contains only binary values. So why not use binary comparisons in integers ? For any row, you test the row value & the current col and have your answ
by Xoros 9y ago
The board contains only binary values. So why not use binary comparisons in integers ?
For any row, you test the row value & the current col and have your answer.