Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

The code would be fine but if the solution for the report would be also great. Goal: The main goal of the project is to

image text in transcribed

The code would be fine but if the solution for the report would be also great.

Goal: The main goal of the project is to let students use their prior knowledge, try to use the skills they have learnt to solve real world problems. Using this assignment students are required to learn to use the skills they have learned in their previous classes, solve the problems given and reflect on how they can apply it to solve real world issues Deliverables: The students are required to submit a written report along with the programs they have written. The report has to address all the prompts mentioned under the Report section The report should be properly presented by using appropriate font (Time new roman, preferably font size 12 till 16) and grammar Tasks: 1. Write an iterative C++ function that inputs a nonnegative integer n and returns the nth Fibonacci 2. Write a recursive C++function that inputs a nonnegative integer n and returns the nth Fibonacci 3. Compare the number of operations and time taken to compute Fibonacci numbers recursively 4. Use the above functions to write a Cprogram for solving each of the following computational number number versus that needed to compute them iteratively problems. I Find the exact value of 100, so, and ion, where is the nth Fibonacci number. What are IL. Find the smallest Fibonacci number greater than 1,000,000 and greater than III Find as many prime Fibonacci numbers as you can. It is unknown whether there are times taken to find out the exact values? 1,000,000,000. infinitely many of these. Find out the times taken to find first 10, 20,30, 40...up to 200 and draw a graph and see the pattern. Report: Your report should address all of the below mentioned questions 1. Describe the Fibonacci series and write briefly what you have done in the assignment 2. 3. 4. 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 3 and Task 4? Explain the graph that you have drawn from Task 4.111? 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 5. Goal: The main goal of the project is to let students use their prior knowledge, try to use the skills they have learnt to solve real world problems. Using this assignment students are required to learn to use the skills they have learned in their previous classes, solve the problems given and reflect on how they can apply it to solve real world issues Deliverables: The students are required to submit a written report along with the programs they have written. The report has to address all the prompts mentioned under the Report section The report should be properly presented by using appropriate font (Time new roman, preferably font size 12 till 16) and grammar Tasks: 1. Write an iterative C++ function that inputs a nonnegative integer n and returns the nth Fibonacci 2. Write a recursive C++function that inputs a nonnegative integer n and returns the nth Fibonacci 3. Compare the number of operations and time taken to compute Fibonacci numbers recursively 4. Use the above functions to write a Cprogram for solving each of the following computational number number versus that needed to compute them iteratively problems. I Find the exact value of 100, so, and ion, where is the nth Fibonacci number. What are IL. Find the smallest Fibonacci number greater than 1,000,000 and greater than III Find as many prime Fibonacci numbers as you can. It is unknown whether there are times taken to find out the exact values? 1,000,000,000. infinitely many of these. Find out the times taken to find first 10, 20,30, 40...up to 200 and draw a graph and see the pattern. Report: Your report should address all of the below mentioned questions 1. Describe the Fibonacci series and write briefly what you have done in the assignment 2. 3. 4. 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 3 and Task 4? Explain the graph that you have drawn from Task 4.111? 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 5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

1. Let a, b R, a Answered: 1 week ago

Answered: 1 week ago