[PR #2] [MERGED] Updating solution for Palindrome #210

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/2
Author: @prateekiiest
Created: 12/13/2016
Status: Merged
Merged: 2/17/2017
Merged by: @dynamitechetan

Base: masterHead: master


📝 Commits (1)

  • 12a6206 Updating solution for Palindrome

📊 Changes

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

View changed files

palindrome.c (+26 -0)

📄 Description

I have given a solution for palindrome in C


🔄 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/2 **Author:** [@prateekiiest](https://github.com/prateekiiest) **Created:** 12/13/2016 **Status:** ✅ Merged **Merged:** 2/17/2017 **Merged by:** [@dynamitechetan](https://github.com/dynamitechetan) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`12a6206`](https://github.com/TheAlgorithms/C/commit/12a62065000ac1f3c3611a130994537b204e866d) Updating solution for Palindrome ### 📊 Changes **1 file changed** (+26 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `palindrome.c` (+26 -0) </details> ### 📄 Description I have given a solution for palindrome in C --- <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:09:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#210