Question 1

Write an algorithm for Fibonacci Search.

A series of numbers in which each number ( Fibonacci number ) is the sum of the two preceding numbers. The simplest is the series 1, 1, 2, 3, 5, 8, etc.

[advanced_iframe securitykey=”undefined” src=”https://code.kodnest.com” width=”100%” height=”600″]

×