Design a Hit Counter
Design a hit counter that tracks the number of hits received in the past 5 minutes, supporting the ability to record hits and retrieve the hit count within a given time window.
Asked at:
Microsoft
Design a hit counter that tracks the number of hits received in the past 5 minutes, supporting the ability to record hits and retrieve the hit count within a given time window.