Paritosh5876 / Hacktoberfest2021

This is especially for beginners...Do submit your simple pull requests...Get your free hacktoberfest T-Shirt
Other
53 stars 345 forks source link

Fibonacci Series Exponential Complexity #419

Open VINEESHGUPTA opened 1 year ago

VINEESHGUPTA commented 1 year ago

Fibonacci series has exponential TC (Fibonacci code added in cpp) as every function calls two more functions. I can reduce it to linear time using dynamic Programming.

VINEESHGUPTA commented 1 year ago

Please Assign this to me, Thanks

Shashwat1-23 commented 1 year ago

hey vineeshgupta pls assign me this task.thanks