Skip to content
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

[Java] Fibonacci Search #199

Merged

Conversation

sumitaccess007
Copy link
Contributor

Implementation of Fibonacci Search in Java (Issue #80)

@@ -1,5 +1,20 @@
package Search;

/* Copyright 2018 Aman Mehara
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write your own name.
Also change the year to 2020.
😃

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh ... My bad, I misunderstood the contribution guidelines.
Thanks for Spotting, Correction has been done.

Copy link
Owner

@amanmehara amanmehara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing! 🎉

@amanmehara amanmehara changed the title Implementation of Fibonacci Search in Java (Issue #80) [Java] Fibonacci Search (Issue #80) Oct 26, 2020
@amanmehara amanmehara changed the title [Java] Fibonacci Search (Issue #80) [Java] Fibonacci Search Oct 26, 2020
@amanmehara amanmehara merged commit 643a2e3 into amanmehara:master Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants