BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

Implemented Longest Palindrome Subsequence in cpp #1132

Open Aasif9 opened 3 years ago

Aasif9 commented 3 years ago

We have to find the longest palindromic subsequence of a given string.