Example lecture for Constraint Satisfaction Problems in an interactive jupyter notebook. With python code to solve CSPs, with visualization of Sudoku and NQueens problems.
#算法刷题#Solving the N-Queens Problem.
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.
Repository for my university codes and projects
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...
#算法刷题#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.