From 9f80198a1b52ac550ca74d89ce3f9a790c7ba00b Mon Sep 17 00:00:00 2001 From: NehaKeshan <39170739+NehaKeshan@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:21:57 -0400 Subject: [PATCH] Update README.md Excused absence updated info added --- lectures/13_problem_solving_I/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lectures/13_problem_solving_I/README.md b/lectures/13_problem_solving_I/README.md index 3e76783..eca9794 100644 --- a/lectures/13_problem_solving_I/README.md +++ b/lectures/13_problem_solving_I/README.md @@ -1,4 +1,8 @@ -# Announcements: Test 2 Information +# Announcements: + +## Excused Absence Policy Updated https://www.cs.rpi.edu/academics/courses/fall23/csci1200/syllabus.php + +## Test 2 Information - Test 2 will be held Thursday, October 19th, 2023 from 6-7:50pm. - Student’s assigned test room, row, and seat assignments will be re-randomized. If on Tuesday evening you @@ -25,6 +29,8 @@ Today we will discuss how to design and implement algorithms using three steps o 1. Generating and Evaluating Ideas 2. Mapping Ideas into Code 3. Getting the Details Right +4. Problem Solving Strategies +5. Design Example: Conway's Game of Life ## 13.1 Generating and Evaluating Ideas