Procházet zdrojové kódy

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 před 9 roky
rodič
revize
168299f7c5
1 změnil soubory, kde provedl 25 přidání a 4 odebrání
  1. 25
    4
      config.json

+ 25
- 4
config.json Zobrazit soubor

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