Multiple exercises were added to the TypeScript track in this commit.

This commit is contained in:
2025-04-16 21:10:33 +02:00
parent e0d01e1c8d
commit 83ec49cb5b
72 changed files with 81869 additions and 0 deletions

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

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