Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Need help with Discrete Structures. Tasks: Write an iterative C + + function that inputs a nonnegative integer n and returns the n th Fibonacci
Need help with Discrete Structures.
Tasks:
Write an iterative function that inputs a nonnegative integer and returns
the th Fibonacci number.
Write a recursive function that inputs a nonnegative integer and returns
the th Fibonacci number.
Compare the number of operations and time taken to compute Fibonacci
numbers recursively versus that needed to compute them iteratively.
Use the above functions to write a program for solving each of the following
computational problems.
I. Find the exact value of and where is the th Fibonacci
number. What are times taken to find out the exact values?
II Find the smallest Fibonacci number greater than and greater
than
III. Find as many prime Fibonacci numbers as you can. It is unknown whether
there are infinitely many of these. Find out the times taken to find first
dots up to and draw a graph and see the pattern.
Report: Your report should address all of the below mentioned questions
Describe the Fibonacci series and write briefly what you have done in the
assignment.
What are the different skills, programming techniques have you used in order to
run the experiments?
What did you observe when you did the comparisons in Task and Task
Explain the graph that you have drawn from Task III?
List at least three different applications of the Fibonacci numbers to sciences and
describe one of them in details. Think of situation or a real world problem where
you can apply concept of Fibonacci numbers to solve it Explain?
Write a paragraph, explaining what you have done in this assignment. What were
the challenges you have faced when solving these problems. How can you
improve the programs you have written to solve these problems?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started