Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Chessboard and Queens #141

Open suryaprakashpandey opened 1 year ago

suryaprakashpandey commented 1 year ago

Write code in the preferred language and attach output with it.

Your task is to place eight queens on a chessboard so that no two queens are attacking each other. As an additional challenge, each square is either free or reserved, and you can only place queens on the free squares. However, the reserved squares do not prevent queens from attacking each other.

How many possible ways are there to place the queens?

Input The input has eight lines, and each of them has eight characters. Each square is either free (.) or reserved (*).

Output Print one integer: the number of ways you can place the queens.

Example:

Input:

........
..*.....
........
........
.....**.
...*....
........

Output: 65

Harikaran1729 commented 1 year ago

Hello @suryaprakashpandey ... Could you please assign me this issue? I am currently a beginner to Opensource and I am learning C programming. I wish to contribute to this issue. Thank you!!

vaishnavim141003 commented 11 months ago

I would like to work on this issue using python language -Vaishnavi Mahajan. Cummins college of engineering.(SY) Can you please assign this issue to me .

vaishnavim141003 commented 11 months ago

Issue resolved #141 https://github.com/Google-Developer-Student-Club-CCOEW/Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE/issues/141

On Sat, 21 Oct 2023 at 17:39, GDSC Cummins X MMCOE @.***> wrote:

Assigned #141 https://github.com/Google-Developer-Student-Club-CCOEW/Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE/issues/141 to @vaishnavim141003 https://github.com/vaishnavim141003.

— Reply to this email directly, view it on GitHub https://github.com/Google-Developer-Student-Club-CCOEW/Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE/issues/141#event-10731197904, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2TPB6WV7EZ7GFN7EKK6SBDYAO3N5AVCNFSM6AAAAAA5PE6QJ6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQG4ZTCMJZG44TANA . You are receiving this because you were assigned.Message ID: <Google-Developer-Student-Club-CCOEW/Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE/issue/141/issue_event/10731197904 @github.com>