BFS, IDS, Greedy & A* applied to the 8-puzzle problem. ⚙️
-
Updated
Jun 1, 2020 - Python
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. ⚙️
Artificial Intelligence Course at Parul University taught in Spring 2023 by Mr Smaranjit Ghose
A BFS and A* implementation to the classic 8-puzzle problem
Implementation of the 8-Puzzle problem using A* Search Algorithm
Solving RGB Puzzle via State Space Search Algorithms
a board game called Barjees ("برجيس or برسيس" in Arabic), better viewed on computers & tablets
Another take at Sudoku solving
A* and IDA* search implemented in Java.
CSCI-4202 - Artificial Intelligence - Programming Assignment 1 – Problem Solving Using Search
⚙️ A library providing searches on state space
Lab solutions for Artificial Intelligence ("Umjetna inteligencija") course at FER 2019/20 led by izv. prof. dr. sc. Jan Šnajder and doc. dr. sc. Marko Čupić
Project of an intelligent autonomous garbage truck that implements most important learning methods in artificial intelligence. Created for Artificial Intelligence classes in the summer semester of 2020/2021 at Adam Mickiewicz University in Poznań with @HondaPL, @SmoothCrimminal and @Maciasty15.
Sokoban level solver w/ bidirectional A* search
Logic programming
Eight puzzle solver using iterative deepening
The 8-puzzle is a classic problem that involves sliding tiles in a 3x3 grid to match a desired goal configuration. The algorithm explores the shortest path from an initial configuration to the goal state and visualizes the steps involved in solving the puzzle.
A toy implementation of search-based planning on the river crossing problem.
Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET
Add a description, image, and links to the state-space-search topic page so that developers can more easily learn about it.
To associate your repository with the state-space-search topic, visit your repo's landing page and select "manage topics."