- A website has a database of n questions.
- You click a button and are shown one random question per click. The probability of a particular question showing up at the click event is 1/n.
On average, how many clicks would be required to see all the questions in the database?
What is the approach required for such questions?