Search
⌘K

Leetcode 1149. Article Views II

Given a log of article views (user_id, article_id, created_at), identify user–article pairs where the same user viewed the same article multiple times within a 7-day window — typically solved with aggregation/self-joins or window functions to compute rolling counts or time-differences and filter repeats.


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.