I am trying to run a simulation to test the average Levenshtein distance between random binary strings.
My program is in python but I am using this C extension. The fun
Someone else did a great deal of research a year or two ago and did run-time testing as well.
He came up with this and basicly used a solution tree to speed things up.