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

6 lines
248 B
Markdown
Raw Normal View History

2020-04-14 00:29:51 +03:00
## Sequences (#5)
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
it finds all instructors that lead lessons with that number of students.