Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1892. Page Recommendations II
Given timestamped user page-view logs, compute for each page the top K pages to recommend based on how frequently users navigate from that page to other pages (excluding itself), with deterministic tie-breaking and ordering. The task focuses on counting/co‑occurrence of consecutive visits and producing per‑page ranked top‑N results — typically solved by grouping/aggregation and ranking (e.g., using window functions or efficient streaming counts).
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.