FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ucs-algorithm · GitHub Topics · GitHub

#

ucs-algorithm

Here are 53 public repositories matching this topic...

🚗 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.

  • Updated Jul 17, 2025
  • 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.

  • Updated Jan 11, 2023
  • Python

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.

  • Updated Sep 9, 2025
  • Python

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.

  • Updated Aug 20, 2023
  • Python

Maze solver using BFS, DFS, Greedy and UCS.

  • Updated Feb 2, 2023
  • Python

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

  • Updated May 26, 2020
  • Jupyter Notebook

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

  • Updated Apr 22, 2024
  • Python

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

  • Updated Sep 4, 2021
  • Python

Maze Project on the subject of Uninformed search in artificial intelligence and expert systems course

  • Updated Nov 16, 2023

This project is based on the UC Berkeley CS188 Pacman AI framework, implementing and testing algorithms and multi-agent search strategies for Pacman.

  • Updated Jun 27, 2026
  • Python

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*

  • Updated Aug 14, 2022
  • Jupyter Notebook

Informed and uniformed search algorithm for 15 puzzle

  • Updated Apr 7, 2021
  • Python

A modular Python toolkit implementing foundational AI search algorithms (DFS, BFS, UCS, A*) for solving grid-based maze problems

  • Updated Oct 25, 2025
  • Python

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

  • Updated Jun 9, 2023
  • Python

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

  • Updated Apr 12, 2023
  • HTML

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*

  • Updated Nov 29, 2023
  • Python

Improve this page

Add a description, image, and links to the ucs-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ucs-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL