OpenGenus/cosmos
Vedi su GitHubAdd longest palindromic sequence solution in any language
Open
#1319 aperta il 12 ott 2017
Hacktoberfestadd codenew algorithm
Metriche repository
- Star
- (13.462 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Add the code for the longest palindromic sequence problem in any language.
Problem statement:
Given a string S, find the length of the longest subsequence of S that is a palindrome.
The code should be placed at code/dynamic_programming/longest_palindromic_sequence.
For contribution guidelines, see this.