Repository navigation

#

nqueens

Example lecture for Constraint Satisfaction Problems in an interactive jupyter notebook. With python code to solve CSPs, with visualization of Sudoku and NQueens problems.

Jupyter Notebook
14
6 年前

Puzzle games designed to test efficiency and computation of various recursive algorithms. Developed in Django, Python and JScript.

HTML
4
1 年前

For a class I took a few years ago, nqueens and traveling salesmen.

PHP
4
2 年前

Hill Climbing and Hill Climbing With Random Restart implemented in Java.

Java
4
6 年前

Genetic Algorithm for Solving NQueens Problem

Python
3
2 年前

Solving N-Queen problem using Genetic Algorithm.

C++
3
5 年前

Repository for my university codes and projects

Assembly
3
5 年前

Solve N-Queen problem by GA in JavaScript

JavaScript
3
6 年前

Simple python scripts solving well known programming challenge questions

Python
2
23 天前

Optimized algorithm to find all solutions for the N-Queens-Problem in Java

Java
2
8 年前

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.

TypeScript
2
5 个月前

nQueens solution written in Rust. Website:

Rust
2
6 年前

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.

Python
2
3 年前

N皇后 可自定义棋盘长宽与皇后数量

Java
1
5 年前

Solution for placing 12 amaze chess pieces in 12x12 chessboard using backtracking in python.

Python
1
5 年前

Solutions to NP-complete problems: N-Queens and Knight's Tour.

Java
1
6 个月前