/EmployeeStatistics

This is just an online interview exercise I got, solving a problem regarding incoming raw data about employee friendships in a company.

Primary LanguageJava

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 .