In this algorithm, I have written a module which is consist of a couple of main searching algorithm that has been implemented on the 8 puzzle problem as default.
-
Updated
Jan 11, 2023 - Python
In this algorithm, I have written a module which is consist of a couple of main searching algorithm that has been implemented on the 8 puzzle problem as default.
Maze solver using BFS, DFS, Greedy and UCS.
Implementation of artificial intelligence search algorithms for robot movement on the table.
First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
This is phase 1 of my AI project. By using different search algorithms ( DFS, BFS, UCS, A*), I tried to make Pacman do better in eating all the nodes and be alive.
a robot that carrying butter on the table with using search algorithms
Informed and uniformed search algorithm for 15 puzzle
A basic game in Pac-Man style demonstrating the use of classical AI.
A visual Maze Solver built with Python and Tkinter that compares multiple AI pathfinding algorithms (DFS, BFS, UCS, A*) side-by-side. It generates random mazes and visualizes the solving process with execution time comparison in microseconds, offering an interactive and educational look into algorithm efficiency.
Projeto criado para disciplina Inteligência Artificial, Com objetivo de calcular uma rota entre os dois pontos usando os seguintes algoritmos: ○ Busca em Largura ○ Busca em profundidade (podendo ser o limitado) ○ Busca de custo uniforme ○ A*
8 Puzzle game
Path-finding via BFS, UCS, and A* Search
Informed & Uninformed Search algorithms [school assignment]
Developing some algorithms to play Pacman by Artificial Intelligence
path finding Algorithms (A* , UCS)
Python solutions for Introduction to AI laboratory exercises.
CSCI - 561 Foundation of Artificial Intelligence Spring 2021 Homework 1"Oregon Trail" Search implementation
Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.
Add a description, image, and links to the ucs-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the ucs-algorithm topic, visit your repo's landing page and select "manage topics."