Given a recursive algorithm to countdown to 1 from a given integer that makes 1 recursive call. Approximately how many recursive calls would it make to countdown from 99?

99
  • 99^2
  • 2^99
  • Log99

There are no hints for this question