Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1264. Page Recommendations
Given user-page visit records, produce for each page a ranked list of recommended pages based on co-visitation patterns (pages users who visited A also visited). The task centers on computing co-occurrence counts or similarity between pages at scale and returning the top-k recommendations per page (use hash maps/graphs for counts and sorting or heaps for top-k).
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.