BVP-ISTE / HacktoberFest2021

This repository accepts PR's made as a part of the ongoing HacktoberFest 2021
https://www.bvp-iste.tech/
3 stars 2 forks source link

Updated nth fibonacci number #442

Open prajna-spec opened 2 years ago

prajna-spec commented 2 years ago

Updated the nth fibonacci number in the C++ tasks section. My approach is recursive as well. However, It minimises a lot of redundant operations present in the code earlier.

roopika253 commented 2 years ago

Please assign this to me