Collection of practical codes for Savitribai Phule Pune University's Design and Analysis of Algorithms Laboratory (410246).
-
Updated
Nov 5, 2024 - Java
Collection of practical codes for Savitribai Phule Pune University's Design and Analysis of Algorithms Laboratory (410246).
Solving the Classic NxN Queens Puzzle with Basic Optimizations
Python, Javascript interview practise.
Solved N Queens Problem Using Heuristic Search (Simulated Annealing)
Generate a logic problem. Model it as a binary constraint satisfaction problem (CSP). Choose a backtracking search algorithm. Watch the CSP get solved.
The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others.
A simple project while learning Rust - a solution to the n-queens problem
A playground for writing crossover functions and see how they perform on the N-Queens problem!
Algorithm Design Course - Dr. Omid Sojoodi
Visualization of some standard problems solved by Backtracking
AI mini projects
Solving the N-Queens problem using Local Beam and BFS
In this repository, you'll find Prolog code covering a range of questions, all designed to aid your learning journey.
An N-Queens solver implemented using a genetic algorithm, providing efficient heuristic solution.
This Python code solves the N-Queens problem using a genetic algorithm. The goal is to place N chess queens on an N×N chessboard so that no two queens can attack each other. The algorithm trying different queen arrangements over many generations, selecting the best ones, mixing them up, and occasionally making small changes (mutations).
Some of my Algorithms Design projects
problema n-rainhas usando técnicas de satisfação de restrições
N-Queens solver in Common Lisp
Emulator of the N-Queens problem
Add a description, image, and links to the n-queens topic page so that developers can more easily learn about it.
To associate your repository with the n-queens topic, visit your repo's landing page and select "manage topics."