Search found 1 match

by FrostyHacks
Mon Jun 29, 2015 10:51 am
Forum: Challenges
Topic: Growing Bacteria
Replies: 39
Views: 52192

My solution to this was simply to write a C# app and keep track of the number of bacteria on each specific day. So each day iteration would basically be the number of day 5 bacteria (those dead) increased by the amount from the previous day, so day 4 become day 5, day 3 become day 4, day 2 become da...