Jacob Barrieault

Results 3 issues of Jacob Barrieault

## What 🤔 - Add a reference to `population` to `Organism` and pass it down through each generation. - Set required minimum ruby version to 2.0 to ensure support for...

I noticed while working on an unrelated, forthcoming pull request that two of the specs in `population_spec.rb` fail _sometimes_ in master. ![image](https://user-images.githubusercontent.com/5838323/34112121-95456ea6-e3d9-11e7-80c0-372c39691f13.png) ![image](https://user-images.githubusercontent.com/5838323/34112175-c139d588-e3d9-11e7-9d03-a193119edd80.png) I may look into it if I...

Trying a naive implementation in both Ruby and Go. The implementation: - creates a map of city -> min/max/count/sum - reads the measurements file line by line - sets/updates city...