flatten_array

This commit is contained in:
2024-07-02 12:47:44 -04:00
parent 721b4e4ed6
commit 81b389528e
10 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"flatten-array","id":"639fd9778c30461b89f59d69b0d55de1","url":"https://exercism.org/tracks/elixir/exercises/flatten-array","handle":"negrienko","is_requester":true,"auto_approve":false}