Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I had the same issue. the 1214 population one. Should be 3 years.
Edit: I think we are supposed to not allow float rounding up. I did the calcs by hand and if you use int on population increases it checks out
Yes but as far as I can see you are wrong:-)
"aug is an integer, percent a positive or null floating number, p0 and p are positive integers (> 0)"
Unclear about what is a null floating number. Did you mean percentage can be 0? As in the population didn't increase at all? If so, there weren't any tests to reflect that.
Read this: https://www.codewars.com/kata/563b662a59afc2b5120000c6/discuss#6256c38bea4e7f00307a03d9
This comment is hidden because it contains spoiler information about the solution