Other Algorithms
Algorithms
Breadth First Search
A*: extend best-first search by estimating the remainder.
Minimax: for adversarial games.
Techniques
Iterative Deepening
Caching
Satisficing
Bidirectional Search