Add simple Hunt–McIlroy LCS algorithm (#10)

This commit is contained in:
Armin Ronacher 2021-02-14 23:11:29 +01:00 committed by GitHub
parent df78bdca1c
commit bee5d88b02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 267 additions and 0 deletions

View file

@ -5,6 +5,7 @@ All notable changes to similar are documented here.
## 1.2.0
* Make the unicode feature optional for inline diffing.
* Added HuntMcIlroy LCS algorithm.
## 1.1.0