jeffgerickson / algorithms

Bug-tracking for Jeff's algorithms book, notes, etc.
7.92k stars 1.02k forks source link

The Pac-Man Project is a good learning material for Graph Search Algorithms #236

Open ffcai opened 3 years ago

ffcai commented 3 years ago

I believe this is a nice fit for WhateverFirstSearch: Breadth-First, Depth-First, Best-First... and with a lot of fun! Learn by playing games!

echuber2 commented 3 years ago

The CS 440 (AI) course at UIUC sometimes assigns a programming project similar to this one. Prof. Erickson's courses are usually strictly theory.