From 49758f4f4d41c2061bf71a64598f726916bc2105 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Tue, 25 Mar 2025 18:05:17 -0600 Subject: Changed problem solving strategies tutorial to apply to computational methods. And added to TOC list in tutorials/readme.md --- tutorials/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tutorials/readme.md') diff --git a/tutorials/readme.md b/tutorials/readme.md index ba0428a..db44563 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -11,7 +11,7 @@ This directory contains all the tutorials. - [Basics of python](module_1/1_05_basics_of_python.md) - [Arrays](module_1/1_06_arrays.md) - [Functions](module_1/1_functions.md) -- [Control Structures](module_1/1_07_control_structures.md) \[In-progress\] +- [Control Structures](module_1/1_07_control_structures.md) - [Classes/Objects](module_1/1_classes_and_objects.md) - [Excel to Python](module_1/1_excel_to_python.md) - Unlisted Tutorials: @@ -23,6 +23,7 @@ This directory contains all the tutorials. ### Algorithm Developments for ME - [Introduction to Numerical Methods](module_2/2_01_intro_to_numerical_methods.md) \[In-progress\] - [Version Control](module_2/2_version_control.md) \[In-progress\] +- [Problem Solving Strategies](module_2/2_problem_solving_strategies.md) - Code debugging - Code Documentation - Code libraries & resources -- cgit v1.2.3