Skip to content

Commit

Permalink
add fixed ReadMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
shokerm committed May 3, 2023
1 parent 8dd3ccf commit 14aa17e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
# 8Queens


The 8 Queens Puzzle is a chess puzzle where eight chess queens must be placed on a standard chess board so that none of them can "eat" another queen. There are quite a few solutions to this puzzle, how can we reach an efficient solution using C#?

חידת 8 המלכות היא חידת שחמט שבה יש למקם שמונה מלכות שחמט על גבי לוח שחמט סטנדרטי כך שאף אחת מהן לא תוכל "לאכול" מלכה אחרת. קיימים לא מעט פתרונות לחידה זו, איך נוכל להגיע לפתרון יעיל באמצעות C#?

https://www.g4a.co.il/csharp-חידת-8-המלכות//

## Authors

- [@yehonatan604](https://github.com/yehonatan604)


![Logo](https://www.g4a.co.il/wp-content/uploads/2020/07/logo-1-300x172.jpg)


0 comments on commit 14aa17e

Please sign in to comment.