ucs-algorithm
There are 37 repositories under ucs-algorithm topic.
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.
DorinK/AI-Search-Algorithms
First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University
Garnica1999/SearchTransmilenioIA
Proyecto Transmilenio para buscar la mejor ruta entre multiples estaciones usando algoritmos de busqueda de Inteligencia Artificial progrmado en Python
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*
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
ben03181574/Wayfinding-Soldier
Wayfinding Soldier 迷走士兵 - 透過士兵走訪實作深度優先DFS、廣度優先BFS以及損失優先UCS演算法。
biyaniM/oregon-trail-csci561-hw01
CSCI - 561 Foundation of Artificial Intelligence Spring 2021 Homework 1"Oregon Trail" Search implementation
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*
fbrianzy/pencari-rute-jawatimur
Project ini bertujuan membandingkan 2 algoritma pencari yaitu Djikstra dan UCS, dengan dataset peta wilayah Jawa Timur.
HannanI7/TreeSearchAlgos
Breadth First Search | Depth First Search | Uniform Cost Search
MAMMAD1381/SearchProject_SortIt
sort it game with help of AI and search algorithms | college project
meggitt/Expense8Puzzle
8 Puzzle game
minailkhani/Some-Artificial-Intelligence-Projects
there are some simple projects using artificial intelligence algorithm
rafimaliki/Tucil3_13522137
Repository Tucil 3 IF2211 Strategi Algoritma
waseemoo1/Algo1
path finding Algorithms (A* , UCS)
YektaDev/PacManAI
A basic game in Pac-Man style demonstrating the use of classical AI.
AliAfshar7/Pacman-game
Developing some algorithms to play Pacman by Artificial Intelligence
DimaOanaTeodora/Knowledge-Representation-in-AI
AI Algorithms
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
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
neha-chawla/Maze-Search
Path-finding via BFS, UCS, and A* Search