Question: Write an algorithm that finds the middle, or median, value of three distinct integers. The input for this algorithm falls into six groups; describe them.
Write an algorithm that finds the middle, or median, value of three distinct integers. The input for this algorithm falls into six groups; describe them. What is the best case for your algorithm?What is the worst case?What is the average case?(If the best and worst cases are the same, rewrite your algorithm with simple conditionals and without temporary variables so the best case is better than the worst case.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
