Skip to content

Commit

Permalink
add practice and prerequisites - 2 (#1511)
Browse files Browse the repository at this point in the history
* 6 practice exercises prerequisites.

gigasecond, resistor-color, space-age, high-scores, hamming and nucleotide-count
  • Loading branch information
valentin-p authored Mar 3, 2021
1 parent 00b1275 commit a27e910
Showing 1 changed file with 53 additions and 12 deletions.
65 changes: 53 additions & 12 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,13 @@
"slug": "gigasecond",
"name": "Gigasecond",
"uuid": "b7116dfb-1107-4546-9f95-f15acdb6f6a4",
"practices": [],
"prerequisites": [],
"practices": [
"datetimes"
],
"prerequisites": [
"datetimes",
"numbers"
],
"difficulty": 1,
"topics": [
"dates"
Expand All @@ -682,8 +687,14 @@
"slug": "resistor-color",
"name": "Resistor Color",
"uuid": "5314dbee-4a0d-4fd6-a98a-36a746ee0d5c",
"practices": [],
"prerequisites": [],
"practices": [
"arrays"
],
"prerequisites": [
"arrays",
"integers",
"strings"
],
"difficulty": 1,
"topics": [
"arrays"
Expand All @@ -693,8 +704,14 @@
"slug": "space-age",
"name": "Space Age",
"uuid": "612f058b-c6d9-4c97-913a-eeeb59ef61e1",
"practices": [],
"prerequisites": [],
"practices": [
"floating-point-numbers"
],
"prerequisites": [
"floating-point-numbers",
"constructors",
"numbers"
],
"difficulty": 1,
"topics": [
"floating_point_numbers"
Expand All @@ -704,8 +721,16 @@
"slug": "high-scores",
"name": "High Scores",
"uuid": "f52d9be9-7044-4001-8678-dcae91a8d7f3",
"practices": [],
"prerequisites": [],
"practices": [
"lists",
"ordering"
],
"prerequisites": [
"lists",
"ordering",
"constructors",
"numbers"
],
"difficulty": 1,
"topics": [
"lists"
Expand All @@ -715,8 +740,16 @@
"slug": "hamming",
"name": "Hamming",
"uuid": "05162ee0-38ac-40ad-a591-d70a74b6963a",
"practices": [],
"prerequisites": [],
"practices": [
"if-statements",
"for-loops",
"linq"
],
"prerequisites": [
"if-statements",
"for-loops",
"strings"
],
"difficulty": 2,
"topics": [
"filtering",
Expand All @@ -727,8 +760,16 @@
"slug": "nucleotide-count",
"name": "Nucleotide Count",
"uuid": "caca1c6a-b998-431e-b6af-ca2d47b7708f",
"practices": [],
"prerequisites": [],
"practices": [
"dictionaries",
"linq"
],
"prerequisites": [
"dictionaries",
"strings",
"if-statements",
"foreach-loops"
],
"difficulty": 2,
"topics": [
"dictionaries",
Expand Down

0 comments on commit a27e910

Please sign in to comment.