[Issue 13834] make levenshteinDistance @nogc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 16 15:35:45 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13834

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
Implementing the more space efficient variant of the algorithm when the final
path isn't needed is another optimization.
http://en.wikipedia.org/wiki/Levenshtein_distance#Iterative_with_two_matrix_rows

--


More information about the Digitalmars-d-bugs mailing list