July 2018
Intermediate to advanced
242 pages
8h 6m
English
typealias GrouppedSongs<T> = Map<T, List<Song>>
fun getMostPopularArtist(songs: GrouppedSongs<Artist>) = songs.toList().sortedByDescending {it.second.size }.first().first
Read now
Unlock full access