Summary of algorithms
¡
Breadth-First – FIFO order
¡
Uniform-Cost – in order of cost
¡
Depth-First – LIFO order
¡
Depth-Limited – DFS to a maximum depth
¡
Iterative Deepening – Iterative DLS.
¡
Bidirectional – also search from goal towards origin