The problem of 8-queens is to place eight queens on the chessboard so that none of them puts each other under attack. So, they should not stand in one vertical, horizontal or diagonal.
To solve this problem a search algorithm need to be used which can be informed and uninformed. To trust an advantage of informed over
uninformed let's compare efficiency of them.
Lab2
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||