Skip to content

Python solution to find the longest palindromic substring in a given string. The program efficiently identifies the longest contiguous sequence of characters that reads the same forwards and backwards.

Notifications You must be signed in to change notification settings

sandiphembram2021/Longest_Palindromic_Substring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Longest_Palindromic_Substring

About

Python solution to find the longest palindromic substring in a given string. The program efficiently identifies the longest contiguous sequence of characters that reads the same forwards and backwards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages