Skip to content

Commit

Permalink
Updating introduction for approaches of queen-attack
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Nov 19, 2024
2 parents d4f1b8e + a4d7438 commit 3340b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/queen-attack/.approaches/introduction.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Queen Attack Exercise
# Introduction

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

## Genral Advice
## General Guidance

The problem boils down to checking three conditions:

Expand Down

0 comments on commit 3340b82

Please sign in to comment.