-
Notifications
You must be signed in to change notification settings - Fork 103
New solution branch2 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New solution branch2 #51
Conversation
not needed that's why deleted
HarryDulaney
commented
Aug 26, 2023
@Sahilkumar19 Hey I see you deleted Exercise07_05. If I merge this it will delete the Exercise 07_05 file on the master branch.
image
Instead, can you please:
- Checkout your solution branch locally/ in you ide.
- use the git reset command to reset your branch to your first commit
- updated program for Exercise01_04
- Push again to origin/your solution branch
This should reset the commit history to the point where the only changes made were to the Exercise01_04
HarryDulaney
commented
Aug 26, 2023
@Sahilkumar19 , actually nevermind, I found a PR you created that has only the changes to Exercise 01_04 in it. I am going to close this current one here, and I will approve the other one.
Sahilkumar19
commented
Aug 27, 2023
@Sahilkumar19 , actually nevermind, I found a PR you created that has only the changes to Exercise 01_04 in it. I am going to close this current one here, and I will approve the other one.
thanks, Now I have got the point
@HarryDulaney , please take a look at this, previous (iterative ) solution was correct . I have the solution completely have solved the linear recurrence relation of fibonacci numbers and got the exact solution to find the nth fibonacci number . on further solving and observing about the time complexity it becomes O(1.6180)^n which is golden number raised to power n.