Search Strategies
-
Updated
May 26, 2015 - Python
Search Strategies
Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
A research and implementation project about the N-Puzzle game
Solve the 8 puzzle with my algorithm.
Implementation of Blind Searches and Heuristics at Knapsack problem
Solving Towers of Hanoi game using uninformed search algorithms. (B.Sc. course work)
Solving the N-Queens problem using a blind and informed (heuristic) search. (School Project - 2017)
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)
Introductive Course to Artificial Intelligence
Practical implementations of Fundamental AI concepts
Tasks for a college course titled Biologically Inspired Algorithms
Solving missionary cannibal problem using different search strategies in C
Introduction to Artificial Intelligence-BKU-CS
8 Puzzle Game
Water Sort & Bloxorz Solver
SQL blind data extraction POC
A java program that solves the Eight Puzzle problem using five different search algorithms.
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."