Coding 14 May 2019 Migratory Birds problem from Hackerrank with Go Problem url: https://www.hackerrank.com/challenges/migratory-birds/problem Solution: Results are generated in O(1) while traversing an array. We need to keep track of the… Andrey