How to speed up Levenshtein distance calculation

前端 未结 4 1351
-上瘾入骨i
-上瘾入骨i 2021-02-02 18:13

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

4条回答
  •  情书的邮戳
    2021-02-02 18:29

    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.

提交回复
热议问题