Multiple exercises were added to the TypeScript track in this commit.
This commit is contained in:
31
typescript/collatz-conjecture/.exercism/config.json
Normal file
31
typescript/collatz-conjecture/.exercism/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"authors": [
|
||||
"CRivasGomez"
|
||||
],
|
||||
"contributors": [
|
||||
"masters3d",
|
||||
"SleeplessByte"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"collatz-conjecture.ts"
|
||||
],
|
||||
"test": [
|
||||
"collatz-conjecture.test.ts"
|
||||
],
|
||||
"example": [
|
||||
".meta/proof.ci.ts"
|
||||
]
|
||||
},
|
||||
"blurb": "Calculate the number of steps to reach 1 using the Collatz conjecture",
|
||||
"custom": {
|
||||
"version.tests.compatibility": "jest-29",
|
||||
"flag.tests.task-per-describe": false,
|
||||
"flag.tests.may-run-long": false,
|
||||
"flag.tests.includes-optional": false,
|
||||
"flag.tests.jest": true,
|
||||
"flag.tests.tstyche": false
|
||||
},
|
||||
"source": "An unsolved problem in mathematics named after mathematician Lothar Collatz",
|
||||
"source_url": "https://en.wikipedia.org/wiki/3x_%2B_1_problem"
|
||||
}
|
||||
1
typescript/collatz-conjecture/.exercism/metadata.json
Normal file
1
typescript/collatz-conjecture/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"collatz-conjecture","id":"6573b4612c77440bb14a040ef214e448","url":"https://exercism.org/tracks/typescript/exercises/collatz-conjecture","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user