Search
⌘K

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.

Comments

Your account is free and you can post anonymously if you choose.