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.
2 parents d4f1b8e + a4d7438 commit 3340b82Copy full SHA for 3340b82
exercises/practice/queen-attack/.approaches/introduction.md
@@ -1,10 +1,10 @@
1
-# Queen Attack Exercise
+# Introduction
2
3
In this exercise, we determine if two queens on a chessboard can attack each other based on their positions.
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
+## General Guidance
8
9
The problem boils down to checking three conditions:
10
0 commit comments