Skip to content

Uses Edit Distance to find the "in-between" string of two inputs

Notifications You must be signed in to change notification settings

ethan-w-roland/String-Mixing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

String-Mixing

Uses Edit Distance to find the "in-between" string of two inputs

example

out = gen2.mix('cat','gato') 
for el in out :
    print(el) #out = ['cato','gat']

About

Uses Edit Distance to find the "in-between" string of two inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages