uninformed-search
There are 75 repositories under uninformed-search topic.
chitholian/AI-Search-Algorithms
This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
biqar/puzzle-solver
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
Subangkar/Missionaries-and-Cannibals-Problem-Python
This Python implementation is a scaled up version of the Missionaries and Cannibals problem with arbitary number of missionaries, cannibals and boat capacity
MohamadTarekk/EightPuzzle
Eight Puzzle solver using BFS, DFS & A* search algorithms
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.
aliakbars/uai-ai
Repositori untuk mata kuliah Artificial Intelligence & Machine Learning di Universitas Al Azhar Indonesia
adar2/Maze-Solver
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
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)
MahtabRanjbar/Queue-simulation
The Single Queue Simulation is an implementation of a simulation model with multiple servers and queue priority.
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
EmreKumas/2D-Maze-Solver
This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.
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
TomatoFT/Sokoban-Uninformed-Search
The first assignment of CS106 (Artifitial Intelligent) of UIT.
Vedang12d/Pathfinding-Visualizer
Visualizer for graph algorithms
wesleey/python-artificial-intelligence
Search, Knowledge, Uncertainty, Optimization, Learning, Neural Networks and Language.
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.
an162/AI_Search_Algorithms
some informed, uninformed, adversarial and local searches
AnkitBorude/Water_Jug
Implementation of Water Jug Problem in AI using BFS and DFS
arashsm79/jade-swarm
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
Arvind-kumar-M-08/AI-CS-312-lab
Artificial Intelligence Lab
Caknoooo/Artificial-Intelligence-Algorithm
This repository contains all of my learning about Artificial Intelligence in lectures at ITS
HarshRangwala/Artificial-Intelligence-algorithms
Different algorithms of AI implemented in Python.
junthbasnet/Pacman-Search
Array of AI Search algorithms is employed to playing Pac-Man ⍩⃝.
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.
nimaiji/AICodes
Nowadays we all know that how much AI and ML algorithms could impact our applications in various parts. Nonetheless, this repository was created with the purpose of sharing rudimentary and practical algorithms and concepts in this major. You can check out the contribution rules to know how you can join us for this help.
RATHOD-SHUBHAM/Artificial-Intelligence
A curated list of my Artificial Intelligence project.
seyedsaleh/rubik2D-IDS
A Rubik's Cube solver implementation with optimal algorithms (e.g. DLS, IDS) in C++ ❓
YoussefAboelwafa/8-Puzzle_Solver
8 Puzzle Solver Using Classical Search Algorithms: DFS | BFS | A*