There are 0 repository under blind-search topic.
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)
Tasks for a college course titled Biologically Inspired Algorithms
Water Sort & Bloxorz Solver
Introductive Course to Artificial Intelligence
Solving missionary cannibal problem using different search strategies in C
Practical implementations of Fundamental AI concepts
Solve the 8 puzzle with my algorithm.
Solving the N-Queens problem using a blind and informed (heuristic) search. (School Project - 2017)
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**.
Search Strategies
Test Functions (Ackley, Schwefel, Sphere etc.), Blind Search and Hill Climbing algorithms
Implementation of Blind Searches and Heuristics at Knapsack problem
Introduction to Artificial Intelligence-BKU-CS