Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 355 Bytes

EmployeeStatistics

This is just an online interview exercise I got, solving a problem regarding incoming raw data about employee friendships in a company.
To implement the method called public static Map<String, EmployeeStats> getEmployeeStats(List<String> employees, List<String> friendships) without touching the other code or any import .