Tag
#control-flow
Everything I’ve written about control-flow. Notes, tutorials and lessons collected in one place.
2 posts
- · 19 min readProgramming Basics
Algorithms: Loops
What is a loop and how does a computer repeat the same work? Learn counter and conditional loops, a loop's three parts and the infinite-loop trap — no code.
#loop#algorithm#programming-basics#control-flow#getting-started · 16 min readJuly 1, 2026 Programming BasicsAlgorithms: Conditionals
What is a conditional (IF-THEN) and how does a computer decide? Learn single, double & multi-branch conditions, AND/OR/NOT logic and nested decisions — no code.
#conditional#algorithm#programming-basics#control-flow#getting-started