Registry / utility / cubicdaiya-gonp

cubicdaiya-gonp

JSON →
library1.0.4gogounverified

A Go implementation of the Needleman-Wunsch algorithm for sequence alignment and diff.

go get github.com/cubicdaiya/gonp
INSTALL
IMPORT
SIG · CUBICDAIYA-GONP
C
cubicdaiya-gonp
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gonp
github.com/cubicdaiya/gonp

Computes the shortest edit script between two sequences.

package main import ( "fmt" "github.com/cubicdaiya/gonp" ) func main() { diff := gonp.New([]string{"a", "b", "c"}, []string{"a", "c"}) diff.Compose() fmt.Println(diff.Ses()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cubicdaiya-gonp — go get cubicdaiya-gonp · libregistry