Skip to content

This program returns the longest possible substring out of the given string as a parameter

Notifications You must be signed in to change notification settings

AazamJutt/Longest-Palindromic-Substring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This method use dynamic programming technique to find the optimal and more efficient solution.
Running time of this method is O(n^2)

About

This program returns the longest possible substring out of the given string as a parameter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages