InterviewDB Question

Performance Analytics - Compute Athlete Stats from Event Data

Question Details

Problem You are given a list of performance events for athletes in a competition. Each event has {athlete_id, event_type, value, timestamp}. Implement: top_k(event_type, k) -> List[Athlete]: athletes with the highest aggregate value for that event ty…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Phone