This file contains code that will employ dynamic programming to find the longest palindromic subsequence of any text file.
- Download the files
make
chmod +x test.sh
./test.sh > out.csv
http://algorithms.tutorialhorizon.com/longest-palindromic-subsequence/
https://www.youtube.com/watch?v=_nCsPn7_OgI