30 lines
579 B
JSON
30 lines
579 B
JSON
{
|
|
"authors": [
|
|
"bernardoamc"
|
|
],
|
|
"contributors": [
|
|
"angelikatyborska",
|
|
"Cohen-Carlisle",
|
|
"devonestes",
|
|
"jwworth",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"sotojuan"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/flatten_array.ex"
|
|
],
|
|
"test": [
|
|
"test/flatten_array_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Take a nested list and return a single list with all values except nil/null.",
|
|
"source": "Interview Question",
|
|
"source_url": "https://reference.wolfram.com/language/ref/Flatten.html"
|
|
}
|