package
Version:
v0.0.0-...-717b025
Opens a new window with list of versions in this module.
Published: Dec 12, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package lcs contains code to find longest-common-subsequences
(and diffs)
type Diff struct {
Start, End int
Text string
}
func Compute(a, b interface{}, limit int) ([]Diff, lcs)
Compute the Diffs and the lcs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.