I don't know how to do a program that gives a percentage of how similar two strings of the same length are.
For example, for abcd
and abce
it should give 75%.
The order matters, I don't want that it gives me that abcd
and dcab
have a 100%.
I know that Levenshtein module does that, but I want a program that does it.
Assuming that s1 and s2 have the same length: