2020-04-14 00:29:51 +03:00
|
|
|
## Sequences (#5)
|
2019-07-15 17:01:04 +03:00
|
|
|
|
2019-11-18 22:15:02 +03:00
|
|
|
Implement the `School` extension function `instructorsWithLargestClass()`. It
|
|
|
|
first finds the maximum number of students that attended any one lesson. Then
|
2020-10-12 05:53:43 +03:00
|
|
|
it finds all instructors that lead lessons with that number of students.
|