[PR #232] [CLOSED] Create bulls-and-cows in exercism #519

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/232
Author: @ParkDongChan
Created: 6/5/2019
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

📊 Changes

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

View changed files

exercism/bulls-and-cows (+60 -0)

📄 Description

The resolution algorithm code for the Bulls-and-cows problem corresponding to exercism was written.
I think it's an interesting and efficient code.
Please review and Merge!
Thank you :)


🔄 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/232 **Author:** [@ParkDongChan](https://github.com/ParkDongChan) **Created:** 6/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`0622797`](https://github.com/TheAlgorithms/C/commit/06227970a84cac00bb4fb9a272ce79ed9ac4c5ce) Create bulls-and-cows ### 📊 Changes **1 file changed** (+60 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `exercism/bulls-and-cows` (+60 -0) </details> ### 📄 Description The resolution algorithm code for the Bulls-and-cows problem corresponding to exercism was written. I think it's an interesting and efficient code. Please review and Merge! Thank you :) --- <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:13:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#519