An algorithm, a software library, and a collection of apps, to solve and visualize the general right tromino tiling puzzle.
-
Updated
Jan 25, 2025 - C++
An algorithm, a software library, and a collection of apps, to solve and visualize the general right tromino tiling puzzle.
This is a promising implementation of the n-Queens problem in C. It uses a recursive backtracking algorithm to find all solutions to the n-Queens problem. It is a promising implementation because it uses a heuristic to prune the search tree. The heuristic is to only place a queen in a column if it is not in check with any other queens.
Add a description, image, and links to the c-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the c-algorithm topic, visit your repo's landing page and select "manage topics."