Solving some AI Problems
-
Updated
Jul 14, 2021 - Python
Solving some AI Problems
Simple python scripts solving well known programming challenge questions
Solution for placing 12 amaze chess pieces in 12x12 chessboard using backtracking in python.
Solving N Queens problem using the hill-climbing algorithm
All of my projects. Excuse the dodgy commits; I often work on numerous projects at the same time, meaning when I commit changes, they all get bundled together.
An implementation of the genetic algorithm to solve the N queens problem.
Learning Python
CPSC 460/560 - Project 1 - nQueens
Algorithmic solutions in Python, covering Pascal's Triangle, lockboxes, minimum operations, log parsing, UTF-8 validation, N Queens, Star Wars API, matrix rotation, making change, island perimeter, and Prime Game. Ideal for developing problem-solving skills for technical interviews.
Implementation of a generalized Constraint Satisfaction Problem, alongside a backtracking solver with MAC, min-remaining-value, and least-constraining-value heuristics. Applied to map coloring, the N-Queens Problem, and Circuit Board design. Also an implementation of a min-conflicts local search that is ideal for the N-Queens.
Npuzzle and Nqueen solver with hill climbing and simulated annealing algorithms
Genetic Algorithm for Solving NQueens Problem
This project contains all ALX-frontend specification tasks.
Solving the N_Queens Problem Using Various Algorithms in Python
Different algorithms to solve the nQueens problem
ALx Interview Prep
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."