This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.
-
Updated
Dec 2, 2023 - C++
This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.
This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
A monitor program using Qt Quick Application for monitoring Blocking Car (Rush Hour) game: A project to learn Uninformed and Informed AI Search
🤖📚 Comprehensive AI Learning Repo: Master DFS, BFS, DLS, IDS, UCS, Bidirectional Search, Greedy, A*, Mini-max, Alpha-beta Pruning, and Genetic Algorithm. Your go-to resource for AI course notes, lab codes, and exploration
8 tiles puzzle problem is solved using A - Star algorithm in C++ programming language
Tic-tac-toe is a game in which two players take turns in drawing either an ' O' or an ' X' in one square of a grid consisting of nine squares. The winner is the first player to get three squares of the same symbols in a row, column or diagonal. This C++ Code uses the MiniMax Algorithm to play as computer opponent.
Solving the String Mapping Problem using Search Algorithms
Course work for CSE 362: Artificial Intelligence. Implementations for basic informed and uninformed search algorithms
This repo contains my Bachelor's Degree project. It consists in a AI which exploits A* Algorithm to generate AleaGame levels and A* Variant to solve them.
Add a description, image, and links to the informed-search topic page so that developers can more easily learn about it.
To associate your repository with the informed-search topic, visit your repo's landing page and select "manage topics."