ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 114 forks source link

Longest Palindromic Subsequence #280

Closed abhinav5481 closed 3 years ago

abhinav5481 commented 3 years ago

💥 Proposal

Given a string s, find the longest palindromic subsequence's length in s. A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements.

Have you read the Contributing Guidelines on Pull Requests ?

Yes

abhinav5481 commented 3 years ago

Hi @ankitapuri I would like to solve it in Python. Please assign it to me.

abhinav5481 commented 3 years ago

Hi @ankitapuri Please assign it to me.

abhinav5481 commented 3 years ago

Hi @ankitapuri Any update?