Currently, the N-Queen solver has a feature that allows users to select a queen position by clicking on any square. However, this feature is currently useless as the solver only provides a single solution and does not consider the user's input.
There may be multiple solutions that include the user's desired position, and the solver should be able to find them. If it is unable to find a solution that includes the user's desired position, it should notify the user and provide one correct solution in case of blank input.
Currently, the N-Queen solver has a feature that allows users to select a queen position by clicking on any square. However, this feature is currently useless as the solver only provides a single solution and does not consider the user's input.
There may be multiple solutions that include the user's desired position, and the solver should be able to find them. If it is unable to find a solution that includes the user's desired position, it should notify the user and provide one correct solution in case of blank input.
Example :