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 Practice Go: Word Ladder #tutorials #practicego Given two words and a dictionary, find the length of the shortest transformation sequence from first word to second word. 5 points posted by gopher https://github.com/plutov/practice-go/tree/master/wordladder 1903 Fri, 10 Mar 2017 08:52:00 +0000 Practice Go: Merge Sort #practicego #tutorials 3 points posted by Tania http://pliutau.com/practice-go-merge-sort 1892 Thu, 09 Mar 2017 02:46:00 +0000 Practice Go: Anagrams #practicego #tutorials 3 points posted by tacu http://pliutau.com/practice-go-anagram 1836 Wed, 01 Mar 2017 05:44:00 +0000