Frage im Vorstellungsgespräch bei causaLens

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

Antworten zu Vorstellungsgespräch

Anonym

20. Okt. 2019

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

Anonym

11. Juni 2020

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