Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1133. Largest Unique Number
Given an array of integers, find the largest value that appears exactly once; return -1 if no unique number exists. This requires counting frequencies (e.g., using a hash map) and selecting the maximum element with frequency one.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.