Skip to content

Commit dd40cc8

Browse files
Adjust exercise difficulties (#453)
1 -> 2 - acronym 1 -> 4 - all-your-base 1 -> 3 - allergies 1 -> 3 - anagram 1 -> 2 - armstrong-numbers 1 -> 4 - atbash-cipher 1 -> 3 - binary-search 1 -> 3 - bob 1 -> 2 - collatz-conjecture 1 -> 2 - darts 1 -> 2 - difference-of-squares 1 -> 3 - dnd-character 1 -> 2 - grains 1 -> 2 - hamming 1 -> 4 - house 1 -> 3 - isbn-verifier 1 -> 4 - luhn 1 -> 4 - matching-brackets 1 -> 3 - perfect-numbers 1 -> 3 - proverb 1 -> 3 - queen-attack 1 -> 3 - secret-handshake 1 -> 3 - sieve 1 -> 4 - yacht
1 parent 7580e89 commit dd40cc8

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

config.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"uuid": "af541c61-e752-49f3-aa0e-8d96a738d0f1",
5353
"practices": [],
5454
"prerequisites": [],
55-
"difficulty": 1
55+
"difficulty": 4
5656
},
5757
{
5858
"slug": "leap",
@@ -96,7 +96,7 @@
9696
"builtin-functions",
9797
"functions"
9898
],
99-
"difficulty": 1
99+
"difficulty": 2
100100
},
101101
{
102102
"slug": "bottle-song",
@@ -136,7 +136,7 @@
136136
"control-flow",
137137
"functions"
138138
],
139-
"difficulty": 1
139+
"difficulty": 2
140140
},
141141
{
142142
"slug": "pascals-triangle",
@@ -252,7 +252,7 @@
252252
"integers",
253253
"math"
254254
],
255-
"difficulty": 1
255+
"difficulty": 2
256256
},
257257
{
258258
"slug": "sublist",
@@ -326,7 +326,7 @@
326326
"slices",
327327
"type-coercion"
328328
],
329-
"difficulty": 1
329+
"difficulty": 2
330330
},
331331
{
332332
"slug": "pythagorean-triplet",
@@ -354,7 +354,7 @@
354354
"error-sets",
355355
"functions"
356356
],
357-
"difficulty": 1
357+
"difficulty": 2
358358
},
359359
{
360360
"slug": "isbn-verifier",
@@ -370,7 +370,7 @@
370370
"math",
371371
"strings"
372372
],
373-
"difficulty": 1
373+
"difficulty": 3
374374
},
375375
{
376376
"slug": "resistor-color",
@@ -428,7 +428,7 @@
428428
"math",
429429
"strings"
430430
],
431-
"difficulty": 1
431+
"difficulty": 4
432432
},
433433
{
434434
"slug": "darts",
@@ -448,7 +448,7 @@
448448
"methods",
449449
"structs"
450450
],
451-
"difficulty": 1
451+
"difficulty": 2
452452
},
453453
{
454454
"slug": "triangle",
@@ -522,7 +522,7 @@
522522
"conditionals",
523523
"strings"
524524
],
525-
"difficulty": 1
525+
"difficulty": 3
526526
},
527527
{
528528
"slug": "queen-attack",
@@ -542,7 +542,7 @@
542542
"methods",
543543
"structs"
544544
],
545-
"difficulty": 1
545+
"difficulty": 3
546546
},
547547
{
548548
"slug": "perfect-numbers",
@@ -560,7 +560,7 @@
560560
"integers",
561561
"math"
562562
],
563-
"difficulty": 1
563+
"difficulty": 3
564564
},
565565
{
566566
"slug": "reverse-string",
@@ -632,7 +632,7 @@
632632
"math",
633633
"randomness"
634634
],
635-
"difficulty": 1
635+
"difficulty": 3
636636
},
637637
{
638638
"slug": "atbash-cipher",
@@ -646,7 +646,7 @@
646646
"allocators",
647647
"strings"
648648
],
649-
"difficulty": 1
649+
"difficulty": 4
650650
},
651651
{
652652
"slug": "sieve",
@@ -664,7 +664,7 @@
664664
"math",
665665
"slices"
666666
],
667-
"difficulty": 1
667+
"difficulty": 3
668668
},
669669
{
670670
"slug": "binary-search",
@@ -684,7 +684,7 @@
684684
"optionals",
685685
"type-coercion"
686686
],
687-
"difficulty": 1
687+
"difficulty": 3
688688
},
689689
{
690690
"slug": "matching-brackets",
@@ -696,7 +696,7 @@
696696
"prerequisites": [
697697
"strings"
698698
],
699-
"difficulty": 1
699+
"difficulty": 4
700700
},
701701
{
702702
"slug": "raindrops",
@@ -736,7 +736,7 @@
736736
"functions",
737737
"slices"
738738
],
739-
"difficulty": 1
739+
"difficulty": 2
740740
},
741741
{
742742
"slug": "proverb",
@@ -758,7 +758,7 @@
758758
"functions",
759759
"slices"
760760
],
761-
"difficulty": 1
761+
"difficulty": 3
762762
},
763763
{
764764
"slug": "secret-handshake",
@@ -782,7 +782,7 @@
782782
"functions",
783783
"importing"
784784
],
785-
"difficulty": 1
785+
"difficulty": 3
786786
},
787787
{
788788
"slug": "allergies",
@@ -796,7 +796,7 @@
796796
"bitwise-operations",
797797
"enums"
798798
],
799-
"difficulty": 1
799+
"difficulty": 3
800800
},
801801
{
802802
"slug": "yacht",
@@ -812,7 +812,7 @@
812812
"enums",
813813
"games"
814814
],
815-
"difficulty": 1
815+
"difficulty": 4
816816
},
817817
{
818818
"slug": "all-your-base",
@@ -830,7 +830,7 @@
830830
"integers",
831831
"math"
832832
],
833-
"difficulty": 1
833+
"difficulty": 4
834834
},
835835
{
836836
"slug": "sum-of-multiples",
@@ -862,7 +862,7 @@
862862
"hashmaps",
863863
"slices"
864864
],
865-
"difficulty": 1
865+
"difficulty": 3
866866
},
867867
{
868868
"slug": "word-count",

0 commit comments

Comments
 (0)