сollatz-сonjecture

This commit is contained in:
2024-06-26 23:06:52 -04:00
parent 4c3da6abe4
commit b62fcbc5ea
10 changed files with 266 additions and 0 deletions

View 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"
}

View File

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