From 29870f542da6f1ec4dd028a4255143b638f48ba8 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 29 Aug 2025 12:41:42 -0600 Subject: Updated canvas to actually refer to the notes in the vault. This results in the label creation at the top header to reference when showing the block. --- tutorials/module_2/problem_solving_strategies.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tutorials/module_2/problem_solving_strategies.md') diff --git a/tutorials/module_2/problem_solving_strategies.md b/tutorials/module_2/problem_solving_strategies.md index 0767c73..4fa20e9 100644 --- a/tutorials/module_2/problem_solving_strategies.md +++ b/tutorials/module_2/problem_solving_strategies.md @@ -1,5 +1,7 @@ # Algorithmic thinking +^da584e + In engineering, solving a problem begins long before we start coding or building models. Like any other engineering challenge, computational problems must first be clearly framed and understood. In this section, you will learn to **apply algorithmic thinking** to systematically approach engineering problems, **translate real-world situations into structured programming logic**, and **use computational tools to implement, test, and refine solutions**. Before diving into code, it's crucial to define the problem carefully, frame the problem so that logically so that a computer can understand then execute so that -- cgit v1.2.3