[PR #725] [CLOSED] feat: Adding isPalindrome for words and phrases. [Hacktoberfest] #1225

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/725
Author: @madukm
Created: 10/27/2020
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 82529f1 Adding isPalindrome for words and phrases. [Hacktoberfest]
  • afff40f Update misc/word_palindrome.c
  • c1f6041 updating DIRECTORY.md
  • d2dae20 Update misc/word_palindrome.c
  • 45874f2 Update misc/word_palindrome.c
  • 310ac51 Update misc/word_palindrome.c
  • 5563331 Update misc/word_palindrome.c
  • d1aa205 Taking @date off
  • 3b4ddc6 adding comments in includes
  • d83562f fixing includes

📊 Changes

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

View changed files

📝 DIRECTORY.md (+1 -0)
misc/word_palindrome.c (+78 -0)

📄 Description

Description of Change

A program for checking if a given word or phrase is a palindrome.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/725 **Author:** [@madukm](https://github.com/madukm) **Created:** 10/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`82529f1`](https://github.com/TheAlgorithms/C/commit/82529f13d1a4ffd51b7c10ca45ad334d49b6b236) Adding isPalindrome for words and phrases. [Hacktoberfest] - [`afff40f`](https://github.com/TheAlgorithms/C/commit/afff40fdf4c1ad3a03ea6dce2251e7b1b3f7c53d) Update misc/word_palindrome.c - [`c1f6041`](https://github.com/TheAlgorithms/C/commit/c1f60411a81eb0428c0233f7a4b1ee38e6e38225) updating DIRECTORY.md - [`d2dae20`](https://github.com/TheAlgorithms/C/commit/d2dae20744dd932b6c70b6ad78a887323156039d) Update misc/word_palindrome.c - [`45874f2`](https://github.com/TheAlgorithms/C/commit/45874f2799745066bed5ba42141b2ffa6527ef8f) Update misc/word_palindrome.c - [`310ac51`](https://github.com/TheAlgorithms/C/commit/310ac51424582d10cb2b59784ef6593fbc91cb24) Update misc/word_palindrome.c - [`5563331`](https://github.com/TheAlgorithms/C/commit/55633314628f5f0d5b47a549085f40bd22c88f34) Update misc/word_palindrome.c - [`d1aa205`](https://github.com/TheAlgorithms/C/commit/d1aa20572bfc63b1e16ec22dc64988f34ff3c6ef) Taking @date off - [`3b4ddc6`](https://github.com/TheAlgorithms/C/commit/3b4ddc60a5026c346987f2ef34a7c8e50cc03644) adding comments in includes - [`d83562f`](https://github.com/TheAlgorithms/C/commit/d83562f0fb397b552439305a2254f9a90a20bf4c) fixing includes ### 📊 Changes **2 files changed** (+79 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) ➕ `misc/word_palindrome.c` (+78 -0) </details> ### 📄 Description #### Description of Change A program for checking if a given word or phrase is a palindrome. <!-- Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [ ] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/725"><img src="https://gitpod.io/api/apps/github/pbs/github.com/madukm/C.git/d83562f0fb397b552439305a2254f9a90a20bf4c.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:18:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1225