Skip to content

Commit ba9dcf4

Browse files
authored
Update computation_programming.md fix keypoints
1 parent 19fc9c2 commit ba9dcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/computation_programming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Programming rarely works in such a linear fashion. Code generally includes branc
5656
Our friends have finally made it out of the forest and back to civilisation. Their experience, while unpleasant, has not put them off hiking. Draw a structure diagram of the planning they need to do for next time to avert another disaster.
5757
:::
5858

59-
:::::::::::::::::::::::::::::::::::::::: key points
59+
:::::::::::::::::::::::::::::::::::::::: keypoints
6060

6161
- Decomposition is essential for breaking down problems into discrete parts in programming.
6262
- Computers require precise instructions, and problems must be broken down accordingly.
6363
- Linear code runs commands in a sequence, while branching code allows for different pathways based on conditions.
6464
- Pattern recognition helps programmers adapt existing code for new problems.
6565

66-
::::::::::::::::::::::::::::::::::::::::::::::::::
66+
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)