Which of the following represents a valid recursive definition for the Fibonacci sequence?
F(0) = 0, F(1) = 1, F(n) = F(n-1) + F(n-2)
F(0) = 1, F(1) = 1, F(n) = F(n-1) * F(n-2)
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Computer Science and Technology Übungen werden geladen ...