InfoCoBuild

6.01SC Introduction to Electrical Engineering and Computer Science I

6.01SC Introduction to Electrical Engineering and Computer Science I (Spring 2011, MIT OCW). Taught by Professor Dennis Freeman, this course provides an integrated introduction to electrical engineering and computer science, taught using substantial laboratory experiments with mobile robots. Our primary goal is for you to learn to appreciate and use the fundamental design principles of modularity and abstraction in a variety of contexts from electrical engineering and computer science. Our second goal is to show you that making mathematical models of real systems can help in the design and analysis of those systems. Finally, we have the more typical goals of teaching exciting and important basic material from electrical engineering and computer science, including modern software engineering, linear systems analysis, electronic circuits, and decision-making. (from ocw.mit.edu)

Lecture 12 - Search Algorithms

In this session, we introduce the idea of search. We've designed systems to tackle static problems and modeled the idea of uncertainty, but we still haven't developed a way to approach that uncertainty and engage in decision-making that we can codify into our systems.


References
Search Algorithms | Unit 4
Readings. Lecture handout (PDF). Lecture slides (PDF). Recitation Videos. Session Activities. Check Yourself.

Go to the Course Home or watch other lectures:

Unit 1: Software Engineering
Lecture 01 - Object-oriented Programming
Lecture 02 - Primitives, Combination, Abstraction, and Patterns
Unit 2: Signals and Systems
Lecture 03 - Signals and Systems
Lecture 04
Lecture 05 - Characterizing System Performance
Lecture 06 - Designing Control Systems
Unit 3: Circuits
Lecture 07 - Circuits
Lecture 08 - Op-Amps
Lecture 09 - Circuit Abstractions
Unit 4: Probability and Planning
Lecture 10 - Discrete Probability and State Estimation
Lecture 11
Lecture 12 - Search Algorithms
Lecture 13 - Optimizing a Search