SUNY Geneseo Department of Computer Science


Introduction

Tuesday, January 22

CSci 242, Spring 2013
Prof. Doug Baldwin

Return to List of Lectures

(No Previous Lecture)

Welcome to CSci 242

Review syllabus

About learning...

Algorithm Styles / Strategies

Brute force: do the obvious, exhaustive, thing

Heuristic: procedures that don’t guarantee to solve the problem all the time, or to solve it in reasonable amounts of time

Example

Next

Graphs

Read


Next Lecture