This is a project to visualize algorithms using HTML, CSS, JavaScript. An algorithm is a set of instructions for solving a problem or accomplishing a task.
Designed a app of placing N chess queens on an N×N chessboard so that no two queens threaten each other and return the every one of the possible positions of queens in chessboards.