[PR #993] [CLOSED] hacktoberfest-2022 #1533

Open
opened 2026-01-29 15:22:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/993
Author: @dobariyapurva2003
Created: 10/5/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+88 additions, -0 deletions)

View changed files

misc/Nqueen.c (+88 -0)

📄 Description

Created ".C" file to solve problem known as "N-queen" problem.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/993 **Author:** [@dobariyapurva2003](https://github.com/dobariyapurva2003) **Created:** 10/5/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f86eba9`](https://github.com/TheAlgorithms/C/commit/f86eba906bdf58389599e1bc91684984e40d6939) Nqueen ### 📊 Changes **1 file changed** (+88 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Nqueen.c` (+88 -0) </details> ### 📄 Description Created ".C" file to solve problem known as "N-queen" problem. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:22:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1533