Bladeren bron

added topics in bracket-push, simple-cipher, crpto-square and atbash-cipher (#910)

* added topics in bracket-push, simple-cipher, crpto-square and atbash-cipher

* added topics in bracket-push, simple-cipher, crpto-square and atbash-cipher
Anurag Sharma 9 jaren geleden
bovenliggende
commit
168299f7c5
1 gewijzigde bestanden met toevoegingen van 25 en 4 verwijderingen
  1. 25
    4
      config.json

+ 25
- 4
config.json Bestand weergeven

@@ -490,7 +490,10 @@
490 490
       "core": false,
491 491
       "difficulty": 5,
492 492
       "slug": "bracket-push",
493
-      "topics": null,
493
+      "topics": [
494
+        "stacks",
495
+        "strings"
496
+      ],
494 497
       "unlocked_by": "flatten-array",
495 498
       "uuid": "85aa50ac-0141-49eb-bc6f-62f3f7a97647"
496 499
     },
@@ -512,7 +515,11 @@
512 515
       "core": false,
513 516
       "difficulty": 5,
514 517
       "slug": "atbash-cipher",
515
-      "topics": null,
518
+      "topics": [
519
+        "strings",
520
+        "cryptography",
521
+        "security"
522
+      ],
516 523
       "unlocked_by": "rotational-cipher",
517 524
       "uuid": "d36ce010-210f-4e9a-9d6c-cb933e0a59af"
518 525
     },
@@ -789,7 +796,14 @@
789 796
       "core": false,
790 797
       "difficulty": 7,
791 798
       "slug": "crypto-square",
792
-      "topics": null,
799
+      "topics": [
800
+        "strings",
801
+        "text_formatting",
802
+        "mathematics",
803
+        "cryptography",
804
+        "security",
805
+        "lists"
806
+      ],
793 807
       "unlocked_by": "rotational-cipher",
794 808
       "uuid": "162bebdc-9bf2-43c0-8460-a91f5fc16147"
795 809
     },
@@ -853,7 +867,14 @@
853 867
       "core": false,
854 868
       "difficulty": 8,
855 869
       "slug": "simple-cipher",
856
-      "topics": null,
870
+      "topics": [
871
+        "strings",
872
+        "cryptography",
873
+        "security",
874
+        "mathematics",
875
+        "randomness",
876
+        "exception_handling"
877
+      ],
857 878
       "unlocked_by": "rotational-cipher",
858 879
       "uuid": "f654831f-c34b-44f5-9dd5-054efbb486f2"
859 880
     },