Umělá inteligence I - cvičení
State space search
This week's topic are basic search algorithms. We'll focus namely on:
- Depth-first search
- Breadth-first search
- N-queens problem
For details see the corresponding notebooks:
Sample solutions: