Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 862 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 862 Bytes

contest-7billionandme

Challenge : How many people will have the earth the dd/mm/yyyy at hh:mm based on the site 7Billion&Me website

  • population (p1) at intial timestamp (t1)
  • population (p2) at current timestamp (t2)
  • population growth (g) --> (p2 - p1) / (t2 - t1)
  • population for the asked date --> p1 + (pg * (t3-t1))

Fun links :