Example lecture for Constraint Satisfaction Problems in an interactive jupyter notebook. With python code to solve CSPs, with visualization of Sudoku and NQueens problems.
-
Updated
Dec 7, 2018 - Jupyter Notebook
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 (but fast)
Hill Climbing and Hill Climbing With Random Restart implemented in Java.
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.
Solve N-Queen problem by GA in JavaScript
Repository for my university codes and projects
Solving N-Queen problem using Genetic Algorithm.
Genetic Algorithm for Solving NQueens Problem
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.
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
Simple python scripts solving well known programming challenge questions
Implementations of Various Data Structures & Algorithms
Essentials Algorithms are present here.
Solution for placing 12 amaze chess pieces in 12x12 chessboard using backtracking in python.
Solving N Queens problem using the hill-climbing algorithm
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."