that contains the distance that Mr. Monkey can jump if he eats a banana from t;. Write an algorithm that determines the maximum distance that Mr. Monkey can jump. Note that this does not include the distance he walks or climbs. You need to design an O(n²) or faster for credit.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

please answer it correctly dont give partial marks.

Problem 1. Remember Mr. Monkey from Skull Island ? Well, he is back to King Kong's garden,
but this time he stands in front of a row of magical banana trees that Kong has grown - let the
trees be numbered as t1, t2, ·.. tn as usual. The bananas give Mr. Monkey an amazing power to
jump over a certain number of trees. Eager to relive the jumping days of his youth, Mr. Monkey
chalks the following plan. He will start walking from some point, say s which is to the left of the
leftmost tree. From this point, assume that he moves only to his right. Once he reaches a tree, he
has two choices - either to walk past it or climb it and eat exactly one banana. Eating a banana
will magically make him jump a certain distance (even if he doesn't want to !), possibly over a few
trees. In case he lands on the ground, he can continue the above exercise from that point. In case
the first jump lands him on a tree, he can either climb down and continue the exercise or he can
eat the bananas from there and continue jumping.
Let dist be an array that contains the distance of t; from the starting point s and jump be an array
that contains the distance that Mr. Monkey can jump if he eats a banana from t;. Write an algorithm
that determines the maximum distance that Mr. Monkey can jump. Note that this does not include
the distance he walks or climbs. You need to design an O(n²) or faster for credit.
Transcribed Image Text:Problem 1. Remember Mr. Monkey from Skull Island ? Well, he is back to King Kong's garden, but this time he stands in front of a row of magical banana trees that Kong has grown - let the trees be numbered as t1, t2, ·.. tn as usual. The bananas give Mr. Monkey an amazing power to jump over a certain number of trees. Eager to relive the jumping days of his youth, Mr. Monkey chalks the following plan. He will start walking from some point, say s which is to the left of the leftmost tree. From this point, assume that he moves only to his right. Once he reaches a tree, he has two choices - either to walk past it or climb it and eat exactly one banana. Eating a banana will magically make him jump a certain distance (even if he doesn't want to !), possibly over a few trees. In case he lands on the ground, he can continue the above exercise from that point. In case the first jump lands him on a tree, he can either climb down and continue the exercise or he can eat the bananas from there and continue jumping. Let dist be an array that contains the distance of t; from the starting point s and jump be an array that contains the distance that Mr. Monkey can jump if he eats a banana from t;. Write an algorithm that determines the maximum distance that Mr. Monkey can jump. Note that this does not include the distance he walks or climbs. You need to design an O(n²) or faster for credit.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Time complexity
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education