mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-08 13:54:41 +00:00
[PR #567] [MERGED] add isPalindrome function #993
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/567
Author: @realDuYuanChao
Created: 7/13/2020
Status: ✅ Merged
Merged: 7/15/2020
Merged by: @realDuYuanChao
Base:
master← Head:patch-1📝 Commits (1)
ff90d87add 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.