Skip to content

Commit 679b20c

Browse files
ErikSchierboomglennj
authored andcommitted
Sync the kindergarten-garden exercise's docs with the latest data. (exercism#349)
1 parent 13a3f83 commit 679b20c

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

exercises/practice/kindergarten-garden/.docs/instructions.md

+15-17
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
# Instructions
22

3-
Given a diagram, determine which plants each child in the kindergarten class is
4-
responsible for.
3+
Your task is to, given a diagram, determine which plants each child in the kindergarten class is responsible for.
54

6-
The kindergarten class is learning about growing plants.
7-
The teacher thought it would be a good idea to give them actual seeds, plant them in actual dirt, and grow actual plants.
5+
There are 12 children in the class:
6+
7+
- Alice, Bob, Charlie, David, Eve, Fred, Ginny, Harriet, Ileana, Joseph, Kincaid, and Larry.
8+
9+
Four different types of seeds are planted:
810

9-
They've chosen to grow grass, clover, radishes, and violets.
11+
| Plant | Diagram encoding |
12+
| ------ | ---------------- |
13+
| Grass | G |
14+
| Clover | C |
15+
| Radish | R |
16+
| Violet | V |
1017

11-
To this end, the children have put little cups along the window sills, and
12-
planted one type of plant in each cup, choosing randomly from the available
13-
types of seeds.
18+
Each child gets four cups, two on each row:
1419

1520
```text
1621
[window][window][window]
1722
........................ # each dot represents a cup
1823
........................
1924
```
2025

21-
There are 12 children in the class:
22-
23-
- Alice, Bob, Charlie, David,
24-
- Eve, Fred, Ginny, Harriet,
25-
- Ileana, Joseph, Kincaid, and Larry.
26-
27-
Each child gets 4 cups, two on each row.
28-
Their teacher assigns cups to the children alphabetically by their names.
26+
Their teacher assigns cups to the children alphabetically by their names, which means that Alice comes first and Larry comes last.
2927

30-
The following diagram represents Alice's plants:
28+
Here is an example diagram representing Alice's plants:
3129

3230
```text
3331
[window][window][window]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Introduction
2+
3+
The kindergarten class is learning about growing plants.
4+
The teacher thought it would be a good idea to give the class seeds to plant and grow in the dirt.
5+
To this end, the children have put little cups along the window sills and planted one type of plant in each cup.
6+
The children got to pick their favorites from four available types of seeds: grass, clover, radishes, and violets.

0 commit comments

Comments
 (0)