OpenGenus/cosmos

Add longest palindromic sequence solution in any language

Open

#1319 aperta il 12 ott 2017

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)C++ (3724 fork)batch import
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.

Guida contributor