state-space-search
There are 55 repositories under state-space-search topic.
rmssoares/8Puzzle-StateSpaceSearches
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:
smaranjitghose/ParulUniversityAI
Artificial Intelligence Course at Parul University taught in Spring 2023 by Mr Smaranjit Ghose
C-Collamar/8-Puzzle-Solver
A BFS and A* implementation to the classic 8-puzzle problem
NiharG15/8-Puzzle
Implementation of the 8-Puzzle problem using A* Search Algorithm
sahirnoorali/state-space-search-ai
Solving RGB Puzzle via State Space Search Algorithms
abd-Mohsen/Barjees
a board game called Barjees ("برجيس or برسيس" in Arabic), better viewed on computers & tablets
brice-allen/csci4202
CSCI-4202 - Artificial Intelligence - Programming Assignment 1 – Problem Solving Using Search
dbrcina/UI-FER-2019-20
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ć
Johnny-Knighten/a-star-search
A* and IDA* search implemented in Java.
sunsided/sudoku2-rs
Another take at Sudoku solving
TrAyZeN/state-space
⚙️ A library providing searches on state space
ArtDu/LP
Logic programming
karthik-d/algorithmic-puzzles
Programs, reports, and documentation for the coursework on Artificial Intelligence
kgaleziowski/intelligent-garbage-truck
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.
mgabilo/eightpuzzle-iterative-deepening
Eight puzzle solver using iterative deepening
Obaa10/The-shortest-path
The shortest path algorithm is an implementation of state space search and A*
Parneet-Sandhu/8-Puzzle-Problem
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.
ronaldosvieira/sokoban
Sokoban level solver w/ bidirectional A* search
sdasgup3/parallel-sudoku
Parallel Sudoku Implementation using Charm++
Subangkar/Artificial-Intelligence-CSE-318-BUET
Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET
sunsided/river-crossing
A toy implementation of search-based planning on the river crossing problem.
tarapt/path-finding-algorithms-simulation
A simulation of the state space search techniques using OpenGL.
Tikitikitikidesuka/SSSV
State Space Search Visualizer
abd-Mohsen/XLOX
XLOX board game, can be solved by user or by computer using state space search algorithms
adameseliga/8-square-Search-Algorithms
This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.
franciscoengenheiro/ai-autonomous-agents
Project for developing autonomous agents with AI, using both reactive and deliberative architectures
jakeoeding/wordle-solver
Simple Wordle solver using BFS
jlbm1999/State-Space-Search
This repository contains a State Space Search project where differente search algorithms are implemented
majd-kontar/Smart-Vacuum-Cleaner
A State Space Search Vacuum Cleaner
MarinosSav/Schnapsen_Card_Game_Bot
Experimenting with intelligent agents utilizing a variety of different algorithmic methods to develop an expert level bot for the card game of Schnapsen.
mishpajz-FIT/BI-ZUM-algorithms
Algorithms for searching the state space (The basics of artificial intelligence)
niveditha-vudayagiri/8-puzzle
8-puzzle implementation in Python using State space search algorithms
petpavl/Sokoban-state-space-search
AI, Python
zuizzms/The-Eight-Puzzle
Arrange a 3x3 grid containing the numbers 1-8 so that the numbers are displayed in order. Compares search algorithms that solve this puzzle, including Random Search, Breadth First Search, Depth First Search, Greedy Search, and A* Search. See README file and result.txt.
webintellectual/Travelling-Salesman-Problem-busted-with-AI
Solved famous Travelling Salesman Problem using an AI algorithm Simulated Annealing