OpenGenus/cosmos

No of insertions to make to a string to make it a palindrome

Open

#576 建立於 2017年10月5日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (3,724 fork)batch import
Hacktoberfestadd codenew algorithm

倉庫指標

Star
 (13,462 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

For eg:- If the string is aba no of insertions is 0 ------do-------- ab no is insertions is 1( we have to add a to make it pallindrome)
Hint: It is a dynamic programming algorithm

貢獻者指南