Skip to content

Commit e6b3955

Browse files
ferminhgpetertseng
authored andcommitted
config: Move hashmap from topics to practices
(FKA `hashmaps`) #1407
1 parent ab39a69 commit e6b3955

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

config.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,12 @@
324324
"slug": "macros",
325325
"name": "Macros",
326326
"uuid": "29583cc6-d56d-4bee-847d-93d74e5a30e7",
327-
"practices": [],
327+
"practices": [
328+
"hashmap"
329+
],
328330
"prerequisites": [],
329331
"difficulty": 10,
330332
"topics": [
331-
"hashmaps",
332333
"macros",
333334
"macros_by_example"
334335
]
@@ -860,11 +861,12 @@
860861
"slug": "scrabble-score",
861862
"name": "Scrabble Score",
862863
"uuid": "561cc4ff-5e74-4701-a7c2-c4edefa0d068",
863-
"practices": [],
864+
"practices": [
865+
"hashmap"
866+
],
864867
"prerequisites": [],
865868
"difficulty": 4,
866869
"topics": [
867-
"hashmaps",
868870
"higher_order_functions"
869871
]
870872
},
@@ -913,12 +915,12 @@
913915
"name": "Tournament",
914916
"uuid": "9a2406cc-5037-4761-b820-bb25b1d397c8",
915917
"practices": [
916-
"enums"
918+
"enums",
919+
"hashmap"
917920
],
918921
"prerequisites": [],
919922
"difficulty": 4,
920923
"topics": [
921-
"hashmaps",
922924
"sorting",
923925
"structs"
924926
]
@@ -994,11 +996,12 @@
994996
"slug": "protein-translation",
995997
"name": "Protein Translation",
996998
"uuid": "4e01efbc-51ce-4d20-b093-b3d44c4be5e8",
997-
"practices": [],
999+
"practices": [
1000+
"hashmap"
1001+
],
9981002
"prerequisites": [],
9991003
"difficulty": 7,
10001004
"topics": [
1001-
"hashmaps",
10021005
"lifetimes",
10031006
"result_type",
10041007
"structs"
@@ -1327,14 +1330,14 @@
13271330
"name": "Word Count",
13281331
"uuid": "6c5c0dc3-4f5b-4f83-bf67-a45bf4ea6be4",
13291332
"practices": [
1333+
"hashmap",
13301334
"string-vs-str"
13311335
],
13321336
"prerequisites": [],
13331337
"difficulty": 4,
13341338
"topics": [
13351339
"char",
13361340
"entry_api",
1337-
"hashmaps",
13381341
"strings"
13391342
]
13401343
},

0 commit comments

Comments
 (0)