Skip to content

Commit 3340b82

Browse files
committed
Updating introduction for approaches of queen-attack
2 parents d4f1b8e + a4d7438 commit 3340b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/queen-attack/.approaches/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Queen Attack Exercise
1+
# Introduction
22

33
In this exercise, we determine if two queens on a chessboard can attack each other based on their positions.
44
A queen in chess can move any number of squares horizontally, vertically, or diagonally.
55
The task is to check if two queens, placed on specific coordinates, can attack each other.
66

7-
## Genral Advice
7+
## General Guidance
88

99
The problem boils down to checking three conditions:
1010

0 commit comments

Comments
 (0)