UI logo
CS 440/ECE 448
Fall 2024
Margaret Fleck

Quiz 2 skills list


The quiz will cover material on search and robotics.

Historical and other trivia

We've seen a lot of trivia, most of it not worth memorizing. The following items are the exceptions. Be able to explain (very briefly) what they are and (approximately) what time period they come from.

Search

Key examples: graph search, maze search, Missionaries and Cannibals puzzle. 8-puzzle

Basic search methods

Edit distance (problem and algorithm)

A* search

Variants of A*

Comparison of search methods

Configuration space

The math/geometry turns evil very fast. So expect concrete 2D problems involving relatively simple situations.

General knowledge