From 42f21c96ac1210043252f29176aa5819cc66c5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 25 Jul 2026 16:55:39 -0700 Subject: [PATCH] deprecate `accumulate` and `diffie-hellman` --- config.json | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/config.json b/config.json index e45ccf6a..9a69db8a 100644 --- a/config.json +++ b/config.json @@ -41,23 +41,19 @@ "slug": "accumulate", "name": "Accumulate", "uuid": "b2e12f15-5cae-4848-9ee8-2e1b0992b69c", - "practices": [ - "lambdas", - "foreach", - "yield" - ], - "prerequisites": [ - "lambdas", - "generic-types", - "foreach", - "enumerables", - "extension-methods" - ], + "practices": [], + "prerequisites": [], "difficulty": 2, + "status": "deprecated", "topics": [ - "extension_methods", + "enumerables", + "extension-methods", + "foreach", + "generic-types", + "lambdas", "sequences", - "transforming" + "transforming", + "yield" ] }, { @@ -1531,17 +1527,15 @@ "slug": "diffie-hellman", "name": "Diffie-Hellman", "uuid": "b561168e-835b-4301-b30c-0ff0970e4e35", - "practices": [ - "randomness", - "big-integers", - "math-operators" - ], - "prerequisites": [ + "practices": [], + "prerequisites": [], + "difficulty": 8, + "status": "deprecated", + "topics": [ "randomness", "big-integers", "math-operators" - ], - "difficulty": 8 + ] }, { "slug": "poker",