169.Majority Element

Given an array of size , return the majority element.

The majority element is the element that appears more than times. You may assume that the majority element always exists in the array.

Read more »