summaryrefslogtreecommitdiff
path: root/tutorials/module_2/problem_solving_strategies.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_2/problem_solving_strategies.md')
-rw-r--r--tutorials/module_2/problem_solving_strategies.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorials/module_2/problem_solving_strategies.md b/tutorials/module_2/problem_solving_strategies.md
index b79b57e..c7f8dfd 100644
--- a/tutorials/module_2/problem_solving_strategies.md
+++ b/tutorials/module_2/problem_solving_strategies.md
@@ -38,6 +38,8 @@ When writing the code it is important to ask yourself whether you're using the r
## Verify and Validate
When writing code it is crucial to test and confirm your code. It is therefore important to ask yourself the following questions. Does the code do what you intended it to do? And, is the mathematical model used in the code valid for the current problem?
+## Exercise: Rubrics Cube problem
+
## Exercise: Design a derivative finding algorithm
Set up the problem and write pseudo-code to calculate the gradient of an unknown function.