An open API service providing repository metadata for many open source software ecosystems.

Topic: "ucs-algorithm"

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: Python - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

phantomf4321/The-waiter-robot

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

Language: Python - Size: 482 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ak811/pacman

Simulation of Pac-Man as a Learning Agent

Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

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: Python - Size: 434 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

frankiehuangg/Tucil3_13521092_13521104

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

Language: HTML - Size: 712 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

ADolbyB/ai-search-methods

AI Search methods from CAP 4630: Intro to AI

Language: Jupyter Notebook - Size: 506 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Mohamad-hammad/Maze-Solver-with-UI

Maze solver using BFS, DFS, Greedy and UCS.

Language: Python - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Zy8712/Shortest-Path-via-Search-Algorithms

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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 Notebook - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

DorinK/AI-Search-Algorithms

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

Language: Python - Size: 354 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

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 - Size: 1.37 MB - Last synced at: 2 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

fbrianzy/pencari-rute-jawatimur

Project ini bertujuan membandingkan 2 algoritma pencari yaitu Djikstra dan UCS, dengan dataset peta wilayah Jawa Timur.

Language: Python - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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 - Size: 158 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

domamaric/UUI

Python solutions for Introduction to AI laboratory exercises.

Language: Python - Size: 1.21 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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 Notebook - Size: 701 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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++ - Size: 316 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

meggitt/Expense8Puzzle

8 Puzzle game

Language: Python - Size: 8.79 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

hanadiasfour/SearchAlgorithms

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

Language: Java - Size: 221 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

rafimaliki/Tucil3_13522137

Repository Tucil 3 IF2211 Strategi Algoritma

Language: Java - Size: 4.18 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HannanI7/TreeSearchAlgos

Breadth First Search | Depth First Search | Uniform Cost Search

Language: Jupyter Notebook - Size: 10.7 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AliAfshar7/Pacman-game

Developing some algorithms to play Pacman by Artificial Intelligence

Language: Python - Size: 2.04 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: Python - Size: 13.2 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ben03181574/Wayfinding-Soldier

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

Language: Java - Size: 3.16 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

danishjavedcodes/AI-Algorithms

Language: Jupyter Notebook - Size: 424 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Jimly-Firdaus/Path-Finder-App

Pathfinding With UCS and A* algorithm

Language: Vue - Size: 4.39 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mikeleo03/Shortest-Path-Problem-Solver

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

Language: JavaScript - Size: 17.6 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

MAMMAD1381/SearchProject_SortIt Fork of ArNayyeri/SearchProject_SortIt

sort it game with help of AI and search algorithms | college project

Language: ASP.NET - Size: 21.4 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

minailkhani/Some-Artificial-Intelligence-Projects

there are some simple projects using artificial intelligence algorithm

Language: Jupyter Notebook - Size: 4.84 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Animesh-Chourey/Artificial-Intelligence

Language: Jupyter Notebook - Size: 802 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

waseemoo1/Algo1

path finding Algorithms (A* , UCS)

Language: Python - Size: 398 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

DimaOanaTeodora/Knowledge-Representation-in-AI

AI Algorithms

Language: Python - Size: 2.05 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

biyaniM/oregon-trail-csci561-hw01

CSCI - 561 Foundation of Artificial Intelligence Spring 2021 Homework 1"Oregon Trail" Search implementation

Language: Python - Size: 11 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mhashim6/AI-Classic-Search-Alogrithms

Informed & Uninformed Search algorithms [school assignment]

Language: Python - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Topics
dfs-algorithm 19 bfs-algorithm 19 astar-algorithm 15 a-star-algorithm 9 ai 8 ids-algorithm 6 python 6 gbfs-algorithm 5 bfs 4 dfs 4 search-algorithm 4 shortest-path-algorithm 3 dls-algorithm 3 greedy-algorithm 3 uniform-cost-search 3 artificial-intelligence 3 pygame 2 ucs 2 a-star 2 reinforcement-learning 2 searching-algorithms 2 genetic-algorithm 2 greedy-best-first-search 2 rbfs-algorithm 2 astar-pathfinding 2 depth-first-search 2 pathfinding 2 maze-solver 2 bfs-search 2 dfs-search 2 greedy-algorithms 2 java 2 algorithm 2 astar-search-algorithm 2 ids 2 heuristic-search-algorithms 2 networkx-graph 1 pruning 1 backtracking-algorithm 1 propositional-logic 1 best-first-search 1 id3-decision-tree 1 id3-algorithm 1 id3 1 ant-colony-optimization 1 web-based 1 usc-viterbi 1 usc 1 oregon-trail 1 optimal-paths 1 maze 1 csci561 1 cmake 1 cpp 1 djikstra-algorithm 1 east-java 1 dimacs 1 agent 1 ai-search 1 ai-search-algorithms 1 machine-learning 1 alpha-beta-pruning 1 simulated-annealing-algorithm 1 minimax-algorithm 1 hill-climbing 1 jupyter-notebook 1 local-search-algorithm 1 wordladder 1 ucs-search 1 pathfinding-algorithm 1 breadth-first-search 1 pacman 1 neural-networks 1 n-queens-problem 1 n-queens 1 gbfs 1 pacman-game 1 heuristics 1 hill-climbing-search 1 seating-arrangement 1 py 1 visualization 1 searchingalgorithms 1 greedy 1 puzzle 1 comparison-algorithm 1 comparison 1 algorithms 1 ai-algorithms 1 ai-algorithm 1 a-star-search 1 search-algorithms 1 ids-search-algo 1 ida-star-algorithm 1 q-learning 1 8puzzle-solver 1 web-application 1 vue3-typescript 1 tailwindcss 1 quasar-framework 1