Levenshtein distance/Alignment: Difference between revisions

m
precision on using a library
m (precision on using a library)
Line 8:
PALACE</pre>
 
For this task, write a function that shows the alignment of two strings for the corresponding levenshtein distance. As an example, use the words "rosettacode" and "raisethysword".
 
You can either implement an algorithm, or use a dedicated library (thus showing us how it is named in your language).
 
=={{header|Perl}}==
1,934

edits