TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.79k stars 7.29k forks source link

docs, tests, fix: fit fibonacci_fast to contributing guidelines #2893

Open setbit123 opened 3 weeks ago

setbit123 commented 3 weeks ago

Description of Change

Modify the fibonacci_fast.cpp to fit the project style requirements. Solve a small part of issue #2456

Checklist

Notes:

setbit123 commented 2 weeks ago

cc @Panquesito7 @realstealthninja

setbit123 commented 2 days ago

Thank you very much for providing valuable suggestions. I have made an attempt to revise my PR according to your advice.

cc @realstealthninja