Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C#

Fast, memory efficient Levenshtein algorithm

Rate me:
Please Sign up or sign in to vote.
4.76/5 (34 votes)
26 Mar 2012CPOL5 min read 219.7K   6.1K   81  
A version of the Levenshtein algorithm that uses 2*Min(StrLen1,StrLen2) bytes instead of StrLen1*StrLen2 bytes.

Revisions


  

Compare Revision Minor Date Status Editor
4 - publicly available No 6-Jul-15 3:42 Available Sean Ewington
Initial creation
3 No 5-Jul-15 21:02 Pending Sten Hjelmqvist
The reference was updated
2 No 26-Mar-12 1:59 Available
1 No 26-Mar-06 22:17 Available Rinish Biju

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) SEB bank
Sweden Sweden
I work as a developer in the 'Risk control' department at SEB bank in Stockholm,Sweden and I have been designing software since the early 80's.

Comments and Discussions