Skip to content

Added the algorithm and test for Fibonacci Search#753

Merged
yanglbme merged 2 commits into
TheAlgorithms:Developmentfrom
abhijay94:Development
May 13, 2019
Merged

Added the algorithm and test for Fibonacci Search#753
yanglbme merged 2 commits into
TheAlgorithms:Developmentfrom
abhijay94:Development

Conversation

@abhijay94

Copy link
Copy Markdown
Contributor

Fibonacci search is a method of searching a sorted array using a divide and conquer algorithm that narrows down possible locations with the aid of Fibonacci numbers. Compared to binary search where the sorted array is divided into two equal-sized parts, one of which is examined further, Fibonacci search divides the array into two parts that have sizes that are consecutive Fibonacci numbers.

@yanglbme yanglbme left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@abhijay94 Thanks for your contribution. Merged!

@yanglbme yanglbme merged commit e2a6b02 into TheAlgorithms:Development May 13, 2019
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