ucs-algorithm
There are 44 repositories under ucs-algorithm topic.
NhanPhamThanh-IT/SmartEscape-RushHour
🚗 AI-powered Rush Hour puzzle solver with Pygame GUI. Features BFS, DFS, UCS & A algorithms to solve traffic jam puzzles. Compare AI performance metrics, play manually, or watch automated solutions. Educational tool for learning search algorithms.
alishhde/AISearchAlgorithm
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.
Garnica1999/SearchTransmilenioIA
Proyecto Transmilenio para buscar la mejor ruta entre multiples estaciones usando algoritmos de busqueda de Inteligencia Artificial progrmado en Python
DorinK/AI-Search-Algorithms
First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
fbrianzy/east-java-route-finder
A Python-based project that compares Dijkstra and Uniform Cost Search (UCS) algorithms for finding the shortest path across cities in East Java, Indonesia. The project is built with a modular structure and comes with a Streamlit interface for interactive route exploration and algorithm benchmarking.
Mohamad-hammad/Maze-Solver-with-UI
Maze solver using BFS, DFS, Greedy and UCS.
phantomf4321/The-waiter-robot
Implementation of artificial intelligence search algorithms for robot movement on the table.
ADolbyB/ai-search-methods
AI Search methods from CAP 4630: Intro to AI
afsharino/Butter-Robot
a robot that carrying butter on the table with using search algorithms
frankiehuangg/ShortestPathWebSolver
A website made to calculate shortest path using uniform cost search and A* algorithm
leilibrk/Pacman-AI-Project
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.
mohadesehjm/Informed-and-uniformed-search
Informed and uniformed search algorithm for 15 puzzle
Mohammadflht/AI-Uninformed-search
Maze Project on the subject of Uninformed search in artificial intelligence and expert systems course
Syed-Owais-Noor/AI-Project-Comparison-of-3-algo-s
In this project I had to compare 3 algorithm's on the bases of there execution time. There are 3 AI algorithm's which were assign to me in these algorithm's two are uninform and one is inform. And the names of the algorithm's are: 1-DFS, 2-UCS, and A*
YektaDev/PacManAI
A basic game in Pac-Man style demonstrating the use of classical AI.
agrigoridou/SearchAlgorithms-TreeVisualizer
It creates and visualizes trees and supports various search algorithms such as BFS, DFS, UCS, A*, Best-First Search, IDS, and Backtracking
AliAfshar7/Pacman-game
Developing some algorithms to play Pacman by Artificial Intelligence
ben03181574/Wayfinding-Soldier
Wayfinding Soldier 迷走士兵 - 透過士兵走訪實作深度優先DFS、廣度優先BFS以及損失優先UCS演算法。
erikbernard/dimacs-project-AI
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*
HannanI7/TreeSearchAlgos
Breadth First Search | Depth First Search | Uniform Cost Search
meggitt/Expense8Puzzle
8 Puzzle game
neha-chawla/Maze-Search
Path-finding via BFS, UCS, and A* Search
rafimaliki/Tucil3_13522137
Repository Tucil 3 IF2211 Strategi Algoritma
SaurabhJalendra/AI-Pathfinding
AI Pathfinding Implementation featuring Uniform Cost Search (uninformed) and Recursive Best-First Search (informed) algorithms. Solves grid-based navigation with dynamic cost calculations, performance metrics, and path visualization. Developed for academic research in search algorithms.
deepakrjain/AI-maze-solver
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.
domamaric/UUI
Python solutions for Introduction to AI laboratory exercises.
farhanfahreezy/Tucil3_UCS_Astar
Uniform Cost Search and A* Algorithm for Pathfinding
hanadiasfour/SearchAlgorithms
Implementation of Greedy, Uniform Cost Search (UCS), and A* Search algorithms to find seating arrangements with minimal conflict.
hudsonpeter/AI-PathPlanning
CSCI561-Foundations of AI Coding Assignment-1
ismiljanic/uuui
Repozitorij za predmet "Umjetna inteligencija" koji sadrži laboratorijske vježbe iz akademske godine 2023./2024.
Jimly-Firdaus/Path-Finder-App
Pathfinding With UCS and A* algorithm
mikeleo03/Shortest-Path-Problem-Solver
Tugas Kecil 3 Strategi Algoritma IF2211 - Shortest Path Problem Solver using UCS and A* Algorithm
rdtg94/wood_puzzle_game
Wood Puzzle Game with AI Integration, developed as a project for the course 'Elements of Artificial Intelligence and Data Science' at the Faculty of Engineering, University of Porto
ruvxn/Pathfinder_AI
Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.
sameera-g-mathad/graph-traverser
This is a mini typescript project with an attempt of visualizing graph traversals.