An open API service indexing awesome lists of open source software.

https://github.com/rasbeetech/java_fibonacci_sequence

Linear Search algorithm
https://github.com/rasbeetech/java_fibonacci_sequence

Last synced: over 1 year ago
JSON representation

Linear Search algorithm

Awesome Lists containing this project

README

          

# Java Fibonacci Sequence
Linear search algorithm

## Purpose:
Is to test the performance speed of the linear search algorithm.

## Sample:
![alt text](https://github.com/RasbeeTech/Java_Fibonacci_Sequence/blob/main/sample_image_1.png)
![alt text](https://github.com/RasbeeTech/Java_Fibonacci_Sequence/blob/main/sample_image_2.png)

## Run()
Open 'FibElement.java' in your favourite Java IDE and run the program.