Jump to content

Levenshtein distance: Difference between revisions

m
Line 2,155:
 
=={{header|FutureBasic}}==
Recursive version.
<syntaxhighlight lang="futurebasic">
local fn LevenshteinDistance( s1 as CFStringRef, s2 as CFStringRef ) as NSInteger
Line 2,205 ⟶ 2,206:
print
next
 
NSLog( @"%@", fn WindowPrintViewString( 1 ) )
 
HandleEvents
723

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.