Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1098. Unpopular Books
Given a list of books and their transaction/borrow records, return the books that are "unpopular" (never borrowed or borrowed fewer than a specified threshold). This requires joining book metadata with transaction data and using aggregation/anti-join patterns (COUNT/GROUP BY or LEFT JOIN + WHERE NULL) to count and filter while handling missing or duplicate records.
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.