-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ams Lo wrote: | Hi - | | A general computer science question- | | Given the levenshtein distance between two strings and one of the | strings S1, is it possible to re-create the second string. | | For example - | | S1 = "RUBY" | | S2 = "BRUY" | | lev_distance = 3 | | Given 3 and S2, is it possible to recreate S1?? I see no reason why it shouldn't. Looking at the Wikiality for the algorithm[0], the algorithm works, essentially, on a matrix for the strings. Juxtaposing the axes should solve that, in a naive, uneducated way, anyway. After all, the Levenshtein distance is the same for RUBY -> BRUBY and BRUBY -> RUBY. [0] http://en.wikipedia.org/wiki/Levenshtein_distance - -- Phillip Gawlowski Twitter: twitter.com/cynicalryan Blog: http://justarubyist.blogspot.com ~ "That's the whole problem with science. You've got a bunch of ~ empiricists trying to describe things of unimaginable wonder." ~ --- Calvin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgXzAkACgkQbtAgaoJTgL+1SwCfeSqOFABxce96rWU0YRLl9zHN maMAnAz7tdnSBMZGVKWTj6EQ6rutDoL0 =RsJI -----END PGP SIGNATURE-----