Pergunta de entrevista da empresa causaLens

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

Respostas da entrevista

Sigiloso

20 de out. de 2019

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

Sigiloso

11 de jun. de 2020

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