Question: Given an array A [ 1 . . . n ] of n real numbers, give a divide - and - conquer style algorithm to
Given an array A n of n real numbers, give a divideandconquer style algorithm to
compute the number of distinct pairs, which are ordered pairs of indices i j such that i j and
Ai Aj in On log n time.
Example:
A
distinct pairs:
count your answer :
Describe your algorithm in either English or pseudocode.
Argue that your algorithm is correct. Simply restating the steps of the algorithm will receive no credit.
Analyze the asymptotic running time of your algorithm.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
