Question: Suppose that for an algorithm there are 5 possible inputs 11, 12, 13, 14, 1; with equal probability. When we execute this algorithm, the number

Suppose that for an algorithm there are 5 possible inputs 11, 12, 13, 14, 1; with equal probability. When we execute this algorithm, the number of basic operations for each input is as follows: 11 : 3,12 : 1, Iz : 2,14: 2, 15 : 2. Which one of the following is the correct equation for A(n) of this algorithm? + 3* 1 5 Select one: O a. A(n) = 1* } +2* O b. A(n) = = 1* } +2* } +3* O c. A(n) = 1* 5+2 * } + 3 * O d. A(n) = 1 * +2* 3 3 5 IN + 3 * 3 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
