Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This test invalidate wrongly correct answers that didn't consider Uns…
…igned types and its overflow. E.g. abs(queen_1.row - queen_2.row) == abs(queen_1.column - queen_2.column) Tests if Queens can attack each other even when they crossed sides of the board, which is a common position on chest. Also it ensure that the students start to take into account overflows that happens often in C/C++
- Loading branch information