Question: (a) Consider the following algorithm. Input: A non-negative integer n. (1) If 0 n < 10, output n and stop. Otherwise, go to step

(a) Consider the following algorithm. Input: A non-negative integer n. (1) If 0 n < 10, output n and stop. Otherwise, go to step (2). n- (n% 10) and go to step (1). 10 (2) Replace n by Prove that this algorithm enters step (2) at most log10 (n) times. (b) Consider the following algorithm, in which f(n) = n-3n+2. Input: An integer n. (1) If f(n) = 0, stop and output n. Otherwise, go to step (2). (2) Replace n by f(n) % 5 and go to step (1). Prove that this algorithm terminates for every choice of input.
Step by Step Solution
3.47 Rating (157 Votes )
There are 3 Steps involved in it
It seems like you have provided an image with two separate algorithms to consider with a specific question for each one Lets address them one by one a ... View full answer
Get step-by-step solutions from verified subject matter experts
