Design an algorithm that, given a list of n elements in an array, finds all 
the elements that appear more than n/3 times in the list. The algorithm 
should run in linear time

( n >=0 ).

You are expected to use comparisons and achieve linear time. No 
hashing/excessive space/ and don't use standard linear time deterministic 
selection algo.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/dtpraFWNFSEJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to