Tagged articles
1 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Apr 9, 2022 · Fundamentals

Finding the Majority QQ Number: Moore Voting Algorithm Explained

This article explains a Tencent interview question requiring identification of a QQ number appearing more than half the time among 2N entries, discusses naive sorting and hashmap approaches, and presents the optimal O(N) time, O(1) space Moore voting algorithm with a complete C++ implementation and sample output.

C++Moore votingalgorithm
0 likes · 6 min read
Finding the Majority QQ Number: Moore Voting Algorithm Explained