-
Notifications
You must be signed in to change notification settings - Fork 269
Fix Fibonacci problem for negative numbers #55
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @SumeetHaryani 👍
Add Reverse first k elements of queue problem and solution
Fixes #58
Hey @SumeetHaryani .
Right now queue data is not implemented in right way.
I am opening a new issue for this. You can change reverse-first-k-elements-of-queue
implementation after that.
@SumeetHaryani
If it's okay can you remove reverse-first-k-elements-of-queue
implementation from this PR.
And when this issue #60 is fixed by @ashokdey you can create a new PR for your algo.
Fix Fibonacci problem for negative numbers.
Fixes #42