Approximately how many recursive calls would our Towers of Hanoi pseudo code algorithm make given a tower with 11 disks?

2^11
  • 11^2
  • 11
  • Log11

There are no hints for this question