Skip to content

ivanmoskalev/dear-levenshtein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dear-levenshtein

this library is part of dear suite

Generic Levenshtein edit distance implementation for Collection with O(n × m) time and O(m) space complexity.

Installation

DearLevenshtein is distributed via Swift Package Manager.

.package(url: "https://github.com/ivanmoskalev/dear-levenshtein.git", from: "1.0.0")

Contributing

Please note that contributions are accepted if they align with the vision for the library. Please open an issue first to discuss proposed changes.

License

This project (and the rest of the dear suite) is released into the public domain under The Unlicense. Do whatever you want with it however you want.

About

Generic Levenshtein edit distance implementation with O(n × m) time and O(m) space complexity. Public domain license.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages