From intelligent agents to the A* algorithm — the foundations of AI, taught by example.
Based on Russell & Norvig, Artificial Intelligence: A Modern Approach (4th ed.). University course 606360.
One concept per module, building from what intelligence is up to the most famous search algorithm in AI. Each module is a written tutorial with worked examples, algorithm traces, and an exercise with solutions.
The full syllabus continues beyond search. These modules are on the way — they follow the same textbook and format.
This is the search unit of an Introduction to Artificial Intelligence course (No. 606360), built directly from the lecture material and the standard textbook, Russell & Norvig, Artificial Intelligence: A Modern Approach (4th edition). Every module follows the same rhythm: learn the concept in plain English, walk a worked example or algorithm trace, then test yourself with an exercise and its solution. We start from the very definition of intelligence and finish with a full, hand-traced run of the A* algorithm on the classic Romania route-finding problem — the payoff of everything that comes before it.