Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 12.23 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.
Advertisement
Add Comment
Please, Sign In to add comment