GF Interview Question

find the majority element in an array

Interview Answer

Anonymous

Feb 21, 2018

I used Moore voting algorithm to find the majority element in linear time and constant space