Skip to content

Commit a43e942

Browse files
committed
Deprecate accumulate, diffie-hellman, beer-song
Should add - list-ops which replaces accumulate - bottle-song which replaces beer-song - diffie-hellman is deprecated without a replacement
1 parent 5fbf043 commit a43e942

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

config.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@
333333
"topics": [
334334
"case",
335335
"vectors"
336-
]
336+
],
337+
"status": "deprecated"
337338
},
338339
{
339340
"slug": "difference-of-squares",
@@ -495,7 +496,8 @@
495496
"difficulty": 1,
496497
"topics": [
497498
"math"
498-
]
499+
],
500+
"status": "deprecated"
499501
},
500502
{
501503
"slug": "series",
@@ -1079,7 +1081,8 @@
10791081
"generics",
10801082
"higher_order_functions",
10811083
"move_semantics"
1082-
]
1084+
],
1085+
"status": "deprecated"
10831086
},
10841087
{
10851088
"slug": "affine-cipher",

0 commit comments

Comments
 (0)