We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b47ad6b + 5a0c9f6 commit 9b542c0Copy full SHA for 9b542c0
config.json
@@ -29,7 +29,6 @@
29
"triangle",
30
"scrabble-score",
31
"roman-numerals",
32
- "binary",
33
"prime-factors",
34
"raindrops",
35
"allergies",
@@ -42,16 +41,13 @@
42
41
"queen-attack",
43
"binary-search-tree",
44
"difference-of-squares",
45
- "hexadecimal",
46
"largest-series-product",
47
"luhn",
48
"clock",
49
"matrix",
50
"house",
51
"minesweeper",
52
"ocr-numbers",
53
- "octal",
54
- "trinary",
55
"wordy",
56
"food-chain",
57
"linked-list",
@@ -77,7 +73,10 @@
77
73
"pov"
78
74
],
79
75
"deprecated": [
80
-
76
+ "binary",
+ "hexadecimal",
+ "octal",
+ "trinary"
81
82
"ignored": [
83
"docs",
0 commit comments