HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
875 stars 1.05k forks source link

Algorithm to find "Longest Palindromic Subsequence" (Dynamic Programming) in cpp #2282

Closed BullHoN closed 3 years ago

BullHoN commented 3 years ago

🚀 Feature

(A clear and concise description of what the feature is.)

Have you read the Contributing Guidelines on Pull Requests?

Yes

Pitch

would like to add "Longest Palindromic Subsequence" Problem Solution Using Dynamic Programming in cpp

BullHoN commented 3 years ago

Kindly assign me this issue as a part of GSSOC'21.

SAY-droid427 commented 3 years ago

Would like to add the "Longest Palindromic Subsequence" in C++ and C using Dynamic programming as a part of GSSOC'21

diksh735 commented 3 years ago

Kindly assign this issue to me as a part of GSSOC'21. If you want just the algorithm I can do that or If even the implementation is required I can do that as well.

vgb-codes commented 3 years ago

@BullHoN You haven't specified which language you want to work with. Please specify only one language. @SAY-droid427 @diksh735 Please create separate issues.

jainstuti commented 3 years ago

I would like to contribute to this problem in 3 types of solutions(including dp). Please assign it to me as a part of gssoc21.

vgb-codes commented 3 years ago

@jainstuti Create a separate issue with details of your contribution and the language you want to work with.

BullHoN commented 3 years ago

@vgb-codes I had specified the language and made the pull request please check

HarshCasper commented 3 years ago

@BullHoN Never make a PR until and unless someone assigns you the Issue. Please be nice to us, so that we can be nice to you. Thanks!

BullHoN commented 3 years ago

@HarshCasper sorry, I should have waited, thanks for pointing out

guruc-134 commented 3 years ago

I would like to implement the above question in Python, I will write neat and clean commented code please assign me this issue under GSSoC 2021