You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 195 |[Game Play Analysis III](https://leetcode.com/problems/game-play-analysis-iii/description/)|[Solution](solutions/195_game_play_analysis_iii.md)| LeetCode | Medium ||
232
+
| 196 |[Winning Candidate](https://leetcode.com/problems/winning-candidate/description/)|[Solution](solutions/196_winning_candidate.md)| LeetCode | Medium ||
232
233
<!-- Index End - WARNING: Do not delete or modify this markdown comment. -->
Write a solution to report the name of the winning candidate (i.e., the candidate who got the largest number of votes).
11
+
12
+
The test cases are generated so that **exactly one candidate wins** the elections. [[Full Description](https://leetcode.com/problems/winning-candidate/description/)]
0 commit comments