## Sequences (#5)
Implement the `School` extension function `instructorsWithLargestClass()`. It
first finds the maximum number of students that attended any one lesson. Then
it finds all instructors that lead lessons with that number of students.