Question: Assume that you have a Map in which the keys are names of students (String), and for each student, the value is a List of courses (each course name is a String). Write a routine that computes the inverse map, in which the keys are the names of the courses and the values are lists of enrolled students.