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 .
mohamad7788/EmployeeStatistics
This is just an online interview exercise I got, solving a problem regarding incoming raw data about employee friendships in a company.
Java