Points
class Points(exercises: Map<Long, List<Long>>, submissions: Map<Long, List<Long>>, bestSubmissions: Map<Long, Long>)
Construct an instance with the given maps.
Parameters
exercises
A map of exercise group IDs to a list of exercises for that exercise group.
submissions
A map of exercise IDs to a list of submission IDs for that exercise. The first element of the list should be the ID of the oldest submission and the last element should be the ID of the latest submission.
best Submissions
A map of exercise IDs to the IDs of the best submission for each exercise.