The Careless Coupon Collector's Problem
Emilio Cruciani, Aditi Dudeja

TL;DR
This paper introduces the Careless Coupon Collector's Problem (CCCP), analyzing how the collection time varies with loss probability and providing algorithms for expected completion time, relevant for information systems like web crawlers and caches.
Contribution
It defines the CCCP model, analyzes its phase transitions, and develops an efficient algorithm to compute expected collection times, extending classical coupon collector insights.
Findings
Collection time transitions from Θ(n log n) to exponential in n depending on p.
Metastable phase where collected fraction concentrates around 1/(1+c).
Algorithm computes expected completion time in O(n^2) time.
Abstract
We initiate the study of the Careless Coupon Collector's Problem (CCCP), a novel variation of the classical coupon collector, that we envision as a model for information systems such as web crawlers, dynamic caches, and fault-resilient networks. In CCCP, a collector attempts to gather distinct coupon types by obtaining one coupon type uniformly at random in each discrete round, however the collector is \textit{careless}: at the end of each round, each collected coupon type is independently lost with probability . We analyze the number of rounds required to complete the collection as a function of and . In particular, we show that it transitions from when up to when in multiple distinct phases. Interestingly, when , the process remains in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Complex Network Analysis Techniques · Stochastic processes and statistical mechanics
