[PR #127] [MERGED] Create sudokusolver.c #356

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/127
Author: @anujms1999
Created: 3/23/2018
Status: Merged
Merged: 3/25/2018
Merged by: @christianbender

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

misc/sudokusolver.c (+77 -0)

📄 Description

Sudoku Solver using Recursion


🔄 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/127 **Author:** [@anujms1999](https://github.com/anujms1999) **Created:** 3/23/2018 **Status:** ✅ Merged **Merged:** 3/25/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`97f8c4a`](https://github.com/TheAlgorithms/C/commit/97f8c4a782d80f1afb0a7a0881b11c98968ae57f) Create sudokusolver.c ### 📊 Changes **1 file changed** (+77 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/sudokusolver.c` (+77 -0) </details> ### 📄 Description Sudoku Solver using Recursion --- <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:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#356