Design & Analysis of Algorithimns
Resolve these
1) F(n) = F(n-1) + F(n-2)
where:
F(0) = 0
F(1) = 1
2) t(n) = 6t(n-1)+4t(n-2)
where:
t(0)=0
t(1)=4sqrt
Get Answers For Free
Most questions answered within 1 hours.