Problem 1: The Mysterious Function We have come through an old interesting function whose pseudo-code was defined as follows: Algorithm 1 MYSTERIOUS-FUNCTION(n) Require: n e Z An< 350 if n> 350 then return n- 47 else return MYSTERIOUS-FUNCTION(MYSTERIOUS-FUNCTION(n + 48)) end if a) Implement the algorithm in Python b) Try various inputs, within the valid range n < 350, what have you noticed of the output?

Operations Research : Applications and Algorithms
4th Edition
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Wayne L. Winston
Chapter18: Deterministic Dynamic Programming
Section: Chapter Questions
Problem 10RP
icon
Related questions
Question

I want b) .

Problem 1: The Mysterious Function
We have come through an old interesting function whose pseudo-code was defined as
follows:
Algorithm 1 MYSTERIOUS-FUNCTION(n)
Require: n E ZAn< 350
if n > 350 then
return n- 47
else
return MYSTERIOUS-FUNCTION(MYSTERIOUS-FUNCTION(n + 48))
end if
a) Implement the algorithm in Python
b) Try various inputs, within the valid rangen< 350, what have you noticed of the
output?
c) Prove your thoughts, hypothesis, in part (b)
[Hint: use your implementation to prove a property of the output at a particular
input along with inductive scheme]
d) Empirically, show the performance curve of the algorithm using time measurements
Transcribed Image Text:Problem 1: The Mysterious Function We have come through an old interesting function whose pseudo-code was defined as follows: Algorithm 1 MYSTERIOUS-FUNCTION(n) Require: n E ZAn< 350 if n > 350 then return n- 47 else return MYSTERIOUS-FUNCTION(MYSTERIOUS-FUNCTION(n + 48)) end if a) Implement the algorithm in Python b) Try various inputs, within the valid rangen< 350, what have you noticed of the output? c) Prove your thoughts, hypothesis, in part (b) [Hint: use your implementation to prove a property of the output at a particular input along with inductive scheme] d) Empirically, show the performance curve of the algorithm using time measurements
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Bare Bones Programming Language
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
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole