From 88b12e7d79400bcb1c05caa92b80ac4f8fe92b61 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:47:42 -0600 Subject: [PATCH] vault backup: 2024-09-01 13:47:42 --- .../software development/ECE1400/Flowcharts and Pseudocode.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index 34b251e..cd131cc 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -252,6 +252,7 @@ classes: { label: Toggle lights } } +direction: right beginning: { shape: oval label: beginning @@ -269,6 +270,7 @@ initialize lights { } initialize lights -> loop loop { + near: center-right label: loop indefinitely begin-loop: { shape: step @@ -287,6 +289,7 @@ loop { } loop -> end: the heat death of the universe end: { + near: bottom-right shape: oval label: end }