Flatten lists
Created on May 19, 2020 by Julien Palard
Write a flatten
function, which given a list of lists (of any depth)
returns a flattened version of it.
Example
1 2 |
|
Created on May 19, 2020 by Julien Palard
Write a flatten
function, which given a list of lists (of any depth)
returns a flattened version of it.
1 2 |
|