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
- Host: GitHub
- URL: https://github.com/rasbeetech/java_fibonacci_sequence
- Owner: RasbeeTech
- Created: 2021-03-31T15:21:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T15:29:18.000Z (about 5 years ago)
- Last Synced: 2025-01-25T10:26:17.956Z (over 1 year ago)
- Language: Java
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:


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