Search Algorithms


The state space graph has nodes representing (possibly infinitely many) states of the world & edges which represent actions that transition between them.

Types of Search Algorithms

  1. Graph Search (aka graph traversal)
  2. Others…