Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
-
Updated
Feb 14, 2017 - Java
Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
SQL blind data extraction POC
Implementation of Depth First Search, Breadth First Search, Iterative Deepening and A* for solving a puzzle game. This is part of a coursework assignment for Intelligent Systems module (COMP2208 - @ University of Southampton)
8 Puzzle Game
Solving Towers of Hanoi game using uninformed search algorithms. (B.Sc. course work)
Practical implementations of Fundamental AI concepts
Water Sort & Bloxorz Solver
Solving missionary cannibal problem using different search strategies in C
Introductive Course to Artificial Intelligence
Tasks for a college course titled Biologically Inspired Algorithms
Search Strategies
Solving the N-Queens problem using a blind and informed (heuristic) search. (School Project - 2017)
Introduction to Artificial Intelligence-BKU-CS
Solve the 8 puzzle with my algorithm.
A research and implementation project about the N-Puzzle game
A java program that solves the Eight Puzzle problem using five different search algorithms.
A Python toolkit that solves the Woody Block puzzle—placing varied block pieces to clear diamonds—by implementing and benchmarking both blind (BFS, DFS, IDS, UCS) and heuristic (Greedy, A\*, Weighted A\*) search strategies via an easy CLI **and a simple graphical UI**.
Test Functions (Ackley, Schwefel, Sphere etc.), Blind Search and Hill Climbing algorithms
Implementation of Blind Searches and Heuristics at Knapsack problem
Artificial Intelligence project applying blind search algorithms (BFS, DFS) to the Pacman problem, focusing on state space modeling, transition operators, and algorithmic traversal in Python.
Add a description, image, and links to the blind-search topic page so that developers can more easily learn about it.
To associate your repository with the blind-search topic, visit your repo's landing page and select "manage topics."