//
pkg.gl
Category
github.com/exercism/go-analyzer
tests
hamming
8
package
0.4.2
Repository:
https://github.com/exercism/go-analyzer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
28 SLOC
#
Functions
Distance
Distance calculates amount of character difference between two equal strings.
#
Structs
NotEqualLengthError
NotEqualLengthError is raised if strings supplied to Distance function have different length.