Pergunta de entrevista da empresa Delivery Hero

Live exercise: Flatten a list of lists on Coderpad (Python)

Resposta da entrevista

Sigiloso

8 de dez. de 2021

Use an algorithm to be invoked recursively when the element's type is list. Otherwise, just append the element to the solution.