mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 22:01:45 +00:00
[PR #1210] [MERGED] feat: add Longest Palindrome Substring solution #1799
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/1210
Author: @mindaugl
Created: 2/5/2023
Status: ✅ Merged
Merged: 2/25/2023
Merged by: @tjgurwara99
Base:
master← Head:solution/longest-palindrome-substring📝 Commits (7)
2c9d288feat: add Longest Palindrome Substring solutionde176eafix: update formatting and allocate new results string3c61d33fix: update formatting, fix bug related to the string copy539a0f5fix: add parantheses for one line if statementca327bcfix: add comments for library inclusions36e3a96Merge branch 'master' into solution/longest-palindrome-substring1419db9Merge branch 'master' into solution/longest-palindrome-substring📊 Changes
2 files changed (+53 additions, -0 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+1 -0)➕
leetcode/src/5.c(+52 -0)📄 Description
Description of Change
Add leetcode problem 5 solution: Longest Palindrome Substring
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.