XnLevenshtein

1.0.0

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

What's New

1.0.0

2025-01-31T08:36:51Z

The initial release.

XnLevenshtein

this library is part of xn suite

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

Installation

XnLevenshtein is distributed via Swift Package Manager.

.package(url: "https://github.com/ivanmoskalev/XnLevenshtein.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 xn suite) is released into the public domain under The Unlicense. Do whatever you want with it however you want.

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu May 15 2025 02:20:36 GMT-0900 (Hawaii-Aleutian Daylight Time)