We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4e52d commit 31ace8aCopy full SHA for 31ace8a
exercises/practice/queen-attack/.approaches/introduction.md
@@ -4,7 +4,7 @@ In this exercise, we determine if two queens on a chessboard can attack each oth
4
A queen in chess can move any number of squares horizontally, vertically, or diagonally.
5
The task is to check if two queens, placed on specific coordinates, can attack each other.
6
7
-## Genral Advice
+## Genral Advice
8
9
The problem boils down to checking three conditions:
10
0 commit comments