Umělá inteligence I - cvičení
01 Structure of search problems, state space search
This week's topic is 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: