SC‐24sp‐2024‐04‐15‐Morning - TheEvergreenStateCollege/upper-division-cs-23-24 GitHub Wiki

Software Construction, Spring 2024

2024-04-15 - Week 03 - Morning

Back to Software Construction, Spring '24

Link to 2024-04-01 Afternoon

Overview

Homework 01 Topics

  • Vectors
  • Move_Semantics

Tic-Tac-Toe Solver:

Starter code

What abstractions would be useful?

  • What are the winning states? How many of them?
  • How to keep track of how close we are to winning states?
  • How we can use vector "filtering" to return / rank moves that are better than others?

This Afternoon

  • 1st Hour: Our normal lab in 2619, work on Tic-Tac-Toe solver in prototypes
  • Second Hour AI Seminar Activity with guest speaker, Paul McMillin