From 33e398a1652da32b9aaa00bfd54e348656f493f8 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:02:42 -0600 Subject: [PATCH] vault backup: 2024-09-01 13:02:42 --- .../ECE1400/Flowcharts and Pseudocode.md | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 3dad5e5..3b6763a 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -143,7 +143,7 @@ shady { 2 -> 3 3.label: turn to 225 degrees 3 -> 4 - 4.label: waslk 124 steps + 4.label: walk 124 steps 4 -> 5 5.class: turn-270 5 -> 6 @@ -159,10 +159,24 @@ shady { } end: {shape: oval} if -> end -if -> sunny: if sunny path) +if -> sunny: if sunny path sunny { 1.class: turn-270 1 -> 2 - 2.label: + 2.label: walk 73 steps + 2 -> 3 + 3.class: turn-0 + 3 -> 4 + 4.label: walk 94 steps + 4 -> 5: + 5.label: turn to 275 degrees + 5 -> 6 + 6.label: walk 361 steps + 6 -> 7 + 7.class: turn-0 + 7 -> 8 + 8.label: walk 176 steps + 8 -> 9 + 9.label: turn to 270 degrees } ``` \ No newline at end of file