[PR #133] [CLOSED] Added two backtracking codes #362

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/133
Author: @rahulrohit18
Created: 3/23/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+193 additions, -0 deletions)

View changed files

Backtracking/nqueen.c (+102 -0)
Backtracking/rat_maze.c (+91 -0)

📄 Description

  • Added code for n-queen problem.
  • Added code for rat maze 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/133 **Author:** [@rahulrohit18](https://github.com/rahulrohit18) **Created:** 3/23/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`63f83ee`](https://github.com/TheAlgorithms/C/commit/63f83eefe0157815a7242303724e2a46c03cf1d9) Add 2 Backtracking codes - [`2ede191`](https://github.com/TheAlgorithms/C/commit/2ede19171129b5efb8b58de4ed7694b81f1d2808) Merge branch 'master' of https://github.com/rahulrohit18/C ### 📊 Changes **2 files changed** (+193 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Backtracking/nqueen.c` (+102 -0) ➕ `Backtracking/rat_maze.c` (+91 -0) </details> ### 📄 Description - Added code for n-queen problem. - Added code for rat maze 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:12:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#362