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 }