1. Consider the following problem
Given a standard 8x8 chessboard, put on it as many bishops as possible in such a way that they do not attack each other
Represent this problem as an algorithmic problem. What is this algorithmic problem? Is it possible to solve it in a polynomial time? What algorithm would you use to find a solution? Explain you answers.