Repository navigation
nqueens
- Website
- Wikipedia
Example lecture for Constraint Satisfaction Problems in an interactive jupyter notebook. With python code to solve CSPs, with visualization of Sudoku and NQueens problems.
Puzzle games designed to test efficiency and computation of various recursive algorithms. Developed in Django, Python and JScript.
For a class I took a few years ago, nqueens and traveling salesmen.
Hill Climbing and Hill Climbing With Random Restart implemented in Java.
Genetic Algorithm for Solving NQueens Problem
Solving N-Queen problem using Genetic Algorithm.
Solve N-Queen problem by GA in JavaScript
Simple python scripts solving well known programming challenge questions
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
Solving some AI Problems
This repository contains the source code for a React+TypeScript application developed as part of the Foundations of AI course at IIT Gandhinagar. The app features interactive N-Queen and Jigsaw Sudoku games, showcasing visual solutions using Constraint Satisfaction Problems (CSP) techniques, including forward checking.
N-Queens puzzle player. This tool will generate randomly or randomly locked puzzle, you may use this as "a boxing bag" to practice problem solving algorithm.
Solution for placing 12 amaze chess pieces in 12x12 chessboard using backtracking in python.