Chapter I - Fort Thomas Independent Schools

The Fibonacci method generates two recursive calls in one statement. There is only one call for any of the other methods that we checked. Is this then bad? For small numbers this is not bad, but the consequences of these double recursive calls are disastrous for a large number. Each recursive statement doubles the number of recursive calls. ................
................