23 lines
426 B
JSON
23 lines
426 B
JSON
{
|
|
"authors": [
|
|
"SaschaMann"
|
|
],
|
|
"contributors": [
|
|
"guilhermebodin"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"collatz-conjecture.jl"
|
|
],
|
|
"test": [
|
|
"runtests.jl"
|
|
],
|
|
"example": [
|
|
".meta/example.jl"
|
|
]
|
|
},
|
|
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Collatz_conjecture"
|
|
}
|