Sollicitatievraag bij causaLens

Build a function that returns the max sum possible from two elements within a list

Antwoorden op sollicitatievragen

Anoniem

20 okt 2019

Import a library that does it for you, but I think they were looking for the hard (pointless?) raw algorithm.

Anoniem

11 jun 2020

sum(sorted(input)[-2:]))