Skip to content

mlagunas/Palindrome_creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome creation

Code developed for educational purposes during the course Basic algorithms at the university of Zaragoza. This repository has implemented a basic palindrome creator with the dynamic programming technique. It is based on the edit distance problem (Levenshtein distance).

USAGE

python palindrome.py text

text is the string to transform into a palindrome

About

DP approach to solve the palindrome creation problem from a given string with the optimum number of addition, deletion and swaps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages