1
1
Fork 0
AtomicKotlinCourse/Functional Programming/Sequences/Exercise 5/task.md

6 lines
248 B
Markdown

## 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.