Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 27 Mar 2018 15:00:00 +0000 Practice Go: Calculate the Jaro distance #challenge #practicego The Jaro distance is a measure of similarity between two strings. The higher the Jaro distance for two strings is, the more similar the strings are. The score is normalized such that 0 equates to no similarity and 1 is an exact match. 13 points posted by kenny https://github.com/plutov/practice-go/tree/master/jaro 1855 Fri, 03 Mar 2017 08:56:00 +0000