informed-search
There are 85 repositories under informed-search topic.
chitholian/AI-Search-Algorithms
This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
memgonzales/sliding-puzzle
8-puzzle game that features a walkthrough of the optimal solution and allows users to customize the tiles using photos from their Gallery
MohamadTarekk/EightPuzzle
Eight Puzzle solver using BFS, DFS & A* search algorithms
faizan1234567/8-Puzzle-A-Star-Search
This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.
Ahmed712441/AI-Graph-Search
Desktop app for visualizing graph search algorithms
FawadJawaid/8-puzzle-solver-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.
adar2/Maze-Solver
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
Caknoooo/Informed-Search-Algorithm
Kami dari Kelompok 06 Kecerdasan Buatan D akan mengimplementasikan tentang 2 Algoritma Informed Search yaitu A* Algorithm dan Greedy BFS
CoGian/Blocks_World
An Implementation of Blocks World problem with python. The blocks world is one of the most famous planning domains in artificial intelligence for more info (https://en.wikipedia.org/wiki/Blocks_world)
ShababAhmedd/CSE422_Artificial.Intelligence
This repository contains all the lab assignments done in the CSE422 course of BracU.
Faisal-AlDhuwayhi/AI-Solving-n-puzzle
Solving the n-puzzle problem using informed and uninformed search strategies
Garnica1999/SearchTransmilenioIA
Proyecto Transmilenio para buscar la mejor ruta entre multiples estaciones usando algoritmos de busqueda de Inteligencia Artificial progrmado en Python
hmohebbi/BlockingCarMonitor
A monitor program using Qt Quick Application for monitoring Blocking Car (Rush Hour) game: A project to learn Uninformed and Informed AI Search
osmanbulutedu/Greedy-and-A-Star-Ai-Search
Greedy Search a A Star Search for a Weighted Graph with Heuristic Cost
Vedang12d/Pathfinding-Visualizer
Visualizer for graph algorithms
wesleey/python-artificial-intelligence
Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks and Language.
04kaneki/r.star
A simple implementation of the A* algorithm in racket.
Ahaan-R/Informed-and-Uninformed-Search-Algorithm
The program will compute a route between the origin city and the destination city, and will print out both the length of the route and the list of all cities that lie on that route. It should also display the number of nodes expanded and nodes generated.
AmanSinghBhogal/Tic-Tac-Toe
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.
an162/AI_Search_Algorithms
some informed, uninformed, adversarial and local searches
arashsm79/jade-swarm
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
Caknoooo/Artificial-Intelligence-Algorithm
This repository contains all of my learning about Artificial Intelligence in lectures at ITS
CRDK1009/Exploring-Planets
Algorithms used to confirm whether a celestial body is a planet or not.
lucianodainic/search-algorithms
Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.
mikesu320/graph-search-demo
graph search algorithms depicted on a nxn matrix graph
mohamedhassan279/8-puzzle
8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)
mouralisandra/ArtificialIntelligenceLabs
A collection of AI labs for the Artificial Intelligence course taught at INSAT. Those labs contain manual implementation and optimisations of both informed and uninformed search algorithms to solve the Sliding Puzzle game and CSP algorithms with different heuristics to solve the Sudoku game.
nnk03/AI-LAB
These are the code for the AI-LAB course during Semester 4
pramodkumar17521/8_tiles_puzzle
8 tiles puzzle problem is solved using A - Star algorithm in C++ programming language
ritikasarkar18/Foundations-of-AI
Practical implementations of Fundamental AI concepts
satyarth12/A_star-Path-finding-visualizer
Informed search algorithm (A star) implemented in python with a visualizer to get the detailed understanding of the algorithm.
sempfi/AI-HW2
Some questions about genetic algorithms and informed search methods.
Sumonta056/Artificial-Intelligence-Learning
🤖📚 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
YoussefAboelwafa/8-Puzzle_Solver
8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*