Search found 1 match

by Bwill
Wed Nov 11, 2015 6:55 am
Forum: Challenges
Topic: Growing Bacteria
Replies: 39
Views: 52054

So I just solved this using

Code: Select all

while (population < 1000000000000)
    growBacteria()
...
Yet I am curious about the "simple algebraic" and Fibonacci solutions, anyone mind PMing me those solutions?