mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-18 11:29:35 +00:00
[PR #725] [CLOSED] feat: Adding isPalindrome for words and phrases. [Hacktoberfest] #1225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/725
Author: @madukm
Created: 10/27/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
82529f1Adding isPalindrome for words and phrases. [Hacktoberfest]afff40fUpdate misc/word_palindrome.cc1f6041updating DIRECTORY.mdd2dae20Update misc/word_palindrome.c45874f2Update misc/word_palindrome.c310ac51Update misc/word_palindrome.c5563331Update misc/word_palindrome.cd1aa205Taking @date off3b4ddc6adding comments in includesd83562ffixing 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
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.