[PR #567] [MERGED] add isPalindrome function #993

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/567
Author: @realDuYuanChao
Created: 7/13/2020
Status: Merged
Merged: 7/15/2020
Merged by: @realDuYuanChao

Base: masterHead: patch-1


📝 Commits (1)

  • ff90d87 add isPalindrome function

📊 Changes

1 file changed (+33 additions, -19 deletions)

View changed files

📝 misc/palindrome.c (+33 -19)

📄 Description

Rewrited palindrome algorithm using function


🔄 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/567 **Author:** [@realDuYuanChao](https://github.com/realDuYuanChao) **Created:** 7/13/2020 **Status:** ✅ Merged **Merged:** 7/15/2020 **Merged by:** [@realDuYuanChao](https://github.com/realDuYuanChao) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`ff90d87`](https://github.com/TheAlgorithms/C/commit/ff90d873d35531cd47f48f4c6cd6a79617a86999) add isPalindrome function ### 📊 Changes **1 file changed** (+33 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `misc/palindrome.c` (+33 -19) </details> ### 📄 Description Rewrited palindrome algorithm using function <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/567"><img src="https://gitpod.io/api/apps/github/pbs/github.com/shellhub/C.git/ff90d873d35531cd47f48f4c6cd6a79617a86999.svg" /></a> --- <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:16:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#993