Initial upload
This commit is contained in:
26
elixir/collatz-conjecture/.exercism/config.json
Normal file
26
elixir/collatz-conjecture/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"authors": [
|
||||
"Tuxified"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/collatz_conjecture.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/collatz_conjecture_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
|
||||
"source": "An unsolved problem in mathematics named after mathematician Lothar Collatz",
|
||||
"source_url": "https://en.wikipedia.org/wiki/3x_%2B_1_problem"
|
||||
}
|
1
elixir/collatz-conjecture/.exercism/metadata.json
Normal file
1
elixir/collatz-conjecture/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"collatz-conjecture","id":"af0a52fbaf7d40e8b28828aff758c922","url":"https://exercism.org/tracks/elixir/exercises/collatz-conjecture","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user