Este repositório contém uma implementação em OpenMP do algoritmo de resolução do problema das N rainhas.
-
Updated
May 5, 2023 - C
Este repositório contém uma implementação em OpenMP do algoritmo de resolução do problema das N rainhas.
My implementation of NQueens for Artificial Intelligence
C codes for standard algorithms
Essentials Algorithms are present here.
Implementations of Various Data Structures & Algorithms
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.
Solving n-queen problem, tree-search, brute-force
Add a description, image, and links to the nqueens topic page so that developers can more easily learn about it.
To associate your repository with the nqueens topic, visit your repo's landing page and select "manage topics."