OpenGenus/cosmos

Add longest palindromic sequence solution in any language

Open

#1,319 创建于 2017年10月12日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)C++ (3,724 fork)batch import
Hacktoberfestadd codenew algorithm

仓库指标

Star
 (13,462 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南