Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
03
:
08
:
31
Back to Dashboard
Top K Active Customers
Medium
You are given a list of support tickets where each ticket is [agent, customer, issue]. A customer's engagement score is the number of unique agents who responded to that customer (an agent responding multiple times to the same customer counts once). Return the top k customers by engagement score, breaking ties alphabetically by customer name.
...