Group by hamming distance

This commit is contained in:
Jan Bader
2023-12-06 15:02:29 +01:00
parent bbdc296cbd
commit eb25a625cb
5 changed files with 118 additions and 123 deletions

1
go.mod
View File

@@ -11,5 +11,6 @@ require (
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)