Tag
#conditionals
Everything I’ve written about conditionals. Notes, tutorials and lessons collected in one place.
2 posts
- · 13 min readProgramming Basics
Algorithms: Flowcharts
What is a flowchart and how do you draw one? Learn an algorithm's three building blocks — sequence, decision and loop — step by step, with examples and no code.
#flowchart#algorithm#programming-basics#loops#conditionals · 11 min readJune 24, 2026 Programming BasicsAlgorithms: Pseudocode
What is pseudocode and how do you write it? The bridge from flowchart to code: assignment, conditionals, loops, comparison and logic operators, plus a short history.
#pseudocode#algorithm#programming-basics#flowchart#conditionals