How to solve this Problem
Anonymous User
37

Given a log file which has data related to call center. Data is represented as timestamp,custmer ID, departmentname. Find out which department got the most of the calls. What would be time and space complexity

Thank you

Comments (0)