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.

    Language:Python141
  • 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.

    Language:Python3100
  • Garnica1999/SearchTransmilenioIA

    Proyecto Transmilenio para buscar la mejor ruta entre multiples estaciones usando algoritmos de busqueda de Inteligencia Artificial progrmado en Python

    Language:Jupyter Notebook3100
  • DorinK/AI-Search-Algorithms

    First Assignment in 'Artificial Intelligence' course by Dr. Ram Meshulam at Bar-Ilan University

    Language:Python2100
  • 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.

    Language:Python2
  • Mohamad-hammad/Maze-Solver-with-UI

    Maze solver using BFS, DFS, Greedy and UCS.

    Language:Python2100
  • phantomf4321/The-waiter-robot

    Implementation of artificial intelligence search algorithms for robot movement on the table.

    Language:Python2200
  • ADolbyB/ai-search-methods

    AI Search methods from CAP 4630: Intro to AI

    Language:Jupyter Notebook1100
  • afsharino/Butter-Robot

    a robot that carrying butter on the table with using search algorithms

    Language:Python1100
  • frankiehuangg/ShortestPathWebSolver

    A website made to calculate shortest path using uniform cost search and A* algorithm

    Language:HTML1101
  • 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.

    Language:Python1100
  • mohadesehjm/Informed-and-uniformed-search

    Informed and uniformed search algorithm for 15 puzzle

    Language:Python1100
  • 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*

    Language:Jupyter Notebook1100
  • PacManAI

    YektaDev/PacManAI

    A basic game in Pac-Man style demonstrating the use of classical AI.

    Language:Python1100
  • 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

    Language:C++0100
  • AliAfshar7/Pacman-game

    Developing some algorithms to play Pacman by Artificial Intelligence

    Language:Python0100
  • ben03181574/Wayfinding-Soldier

    Wayfinding Soldier 迷走士兵 - 透過士兵走訪實作深度優先DFS、廣度優先BFS以及損失優先UCS演算法。

    Language:Java0100
  • 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*

    Language:Python0100
  • HannanI7/TreeSearchAlgos

    Breadth First Search | Depth First Search | Uniform Cost Search

    Language:Jupyter Notebook0100
  • meggitt/Expense8Puzzle

    8 Puzzle game

    Language:Python0100
  • neha-chawla/Maze-Search

    Path-finding via BFS, UCS, and A* Search

    Language:Python00
  • rafimaliki/Tucil3_13522137

    Repository Tucil 3 IF2211 Strategi Algoritma

    Language:Java0100
  • 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.

    Language:Jupyter Notebook00
  • 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.

    Language:Python
  • domamaric/UUI

    Python solutions for Introduction to AI laboratory exercises.

    Language:Python10
  • farhanfahreezy/Tucil3_UCS_Astar

    Uniform Cost Search and A* Algorithm for Pathfinding

    Language:JavaScript10
  • hanadiasfour/SearchAlgorithms

    Implementation of Greedy, Uniform Cost Search (UCS), and A* Search algorithms to find seating arrangements with minimal conflict.

    Language:Java10
  • hudsonpeter/AI-PathPlanning

    CSCI561-Foundations of AI Coding Assignment-1

    Language:Python
  • ismiljanic/uuui

    Repozitorij za predmet "Umjetna inteligencija" koji sadrži laboratorijske vježbe iz akademske godine 2023./2024.

    Language:C++
  • Jimly-Firdaus/Path-Finder-App

    Pathfinding With UCS and A* algorithm

    Language:Vue10
  • mikeleo03/Shortest-Path-Problem-Solver

    Tugas Kecil 3 Strategi Algoritma IF2211 - Shortest Path Problem Solver using UCS and A* Algorithm

    Language:JavaScript10
  • 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

    Language:Python
  • 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.

    Language:Python
  • sameera-g-mathad/graph-traverser

    This is a mini typescript project with an attempt of visualizing graph traversals.

    Language:TypeScript