pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Added a program having fast algorithm of Fibonacci sequence #401

Closed atharvakarnik closed 3 years ago

atharvakarnik commented 3 years ago

Description

I've added a fast algorithm for calculation involving the Fibonacci sequence (Naive approach takes a ridiculous amount of time, even for smaller numbers like 50, 100, etc.). The complete description of the program can be found in the README.md file. This pull request doesn't refer to any issue particularly, I've just my bit to this very helpful repository.

Type of change

Checklist:

pratik-choudhari commented 3 years ago

@atharvakarnik This is an awesome contribution go ahead and create an issue about this problem, so others can contribute in different languages.

atharvakarnik commented 3 years ago

@atharvakarnik This is an awesome contribution go ahead and create an issue about this problem, so others can contribute in different languages.

@pratik-choudhari Yes, sure!!

atharvakarnik commented 3 years ago

@atharvakarnik This is an awesome contribution go ahead and create an issue about this problem, so others can contribute in different languages.

@pratik-choudhari I am unable to add labels to the issue I have created (#410), can you please do it? Also, if it is ok, can you close this pull request?

pratik-choudhari commented 3 years ago

@atharvakarnik Only maintainers can add labels and assign others. I will merge this PR itself, doesn't need to be closed. Cheers!