Hello folks,
does anyone have idea to solve the problem given below:

Assume that A[1…n] is an array
a.      Describe an efficient parallel algorithm that uses n processors to
find the majority element of A
        time complexity  = O(n)
b.      Describe an efficient parallel algorithm that uses p processors,
where p<<n, to find A’s majority element.
        time complexity = O(n/p + log(base 2) t)



--

You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.


Reply via email to