OpenGenus/cosmos
Auf GitHub ansehenAdd longest palindromic sequence solution in any language
Open
#1.319 geöffnet am 12. Okt. 2017
Hacktoberfestadd codenew algorithm
Repository-Metriken
- Stars
- (13.462 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.