uniform-cost-search
There are 182 repositories under uniform-cost-search topic.
kbrizov/Pathfinding-Algorithms
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
snrazavi/AI-Programming-using-Python
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
iamjagdeesh/Artificial-Intelligence-Pac-Man
CSE 571 Artificial Intelligence
andreaiacono/GraphLab
GraphLab is an application that shows visually how several graph algorithms work
LaurentVeyssier/Route-planner-algorithm
Find the shortest route using A* algorithm and graphs (Route Planner application)
Ali-Elganzory/AI-Search
Visualization for multiple searching algorithms.
bluedistro/Graph-Traversal
A fine-tuned visual implementation of Informed and Uninformed Search Algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search, A* Search, Greedy First Search
AradAshrafi/graphsearchalgorithms_geneticalgorithm_hillclimbing
Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics
nidadinch/UniformCostSearch
Uniform Cost Search implementation for Artificial Intelligence course
arminkz/SearchAlgorithms
DFS / BFS / IDS / UCS / Bi-directional / A* / IDA* / SMA* / ...
Ahmed712441/AI-Graph-Search
Desktop app for visualizing graph search algorithms
Keerthivasan13/CSCI561_Artificial_Intelligence
Programs developed for CSCI561 Foundations of Artificial Intelligence course
Rakibul73/AI_Sessional_Final_Exam_Code
CIT-316 (Artificial Intelligence Sessional)
kartiikthakur/ArtificialIntelligence_Searches
All Artificial Intelligence Search algorithms. Depth first search, Breadth first search, uniform cost search, Greedy search, A star search, Minimax and Alpha beta pruning. Implemented in Python 3.
aliarjomandbigdeli/search-algorithms
classical search algorithms are used in AI | AI course - Fall 2018
andi611/Pacman-With-AI-Python
Implementations of artificial intelligence agents that plays Pac-Man
moment-of-peace/AI-uniform-cost-search
java, discrete map search, uniform cost search algorithm
vault-42/AIND_Planning_Project
Planning Project Implementation for the Udacity Artificial Intelligence Nanodegree Program
adhikary97/Sokoban-AI-Solver
Solves Sokoban Puzzles using A* search, UCS algorithms and heuristic functions
alimirayman/AI-with-JS
Solving AI Problems with JavaScript
AmirUCR/eight_puzzle_solver_heuristic_search
Attempts to solve the 8-Puzzle by using various heuristic search methods. Written in Python.
cankobanz/vacuum-cleaner-robot
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
DoerJ/uniform-cost-search
The algorithm determines the least cost path from the start location to goal location
fraineralex/MapsRouting
Program that searches for the shortest route using the 'Uniform Cost Search' algorithm by consulting a map of the province of Santo Domingo extracted from OpenStreetMap.
KeremTAN/UniformCostSearch-UCS-
Calculating the shortest path between two nodes with the Uniform Cost Search algorithm.
keuhdall/N-Puzzle
Implementation of algorithms to solve N-Puzzles in haskell
EmreKumas/2D-Maze-Solver
This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.
EmreOzkose/comparison-of-search-algorithms
comparison of 4 search algorithms: depth first search, breadth first search, uniform cost search and A*
hansinahuja/Marsquake-Rover
A visualisation tool for various pathfinding algorithms.
nikhilchaudhary0126/image-path-finding
Path finding algorithms to find a path between pixels of images representing geographical features. Shows an OpenCV image output of traversal.
noahfree/4x5-vacuum-ai-project
This program uses AI algorithms to clean up the dirt in a 4x5 grid in an efficient way using a vacuum agent.
osmanbulutedu/UCS---AI-Search
UCS(Uniform Cost Search for Directed and Undirected Graph Using Vertice List and Matrix Representation
ryanrixxh/maze-solver
Python Implementation of pathfinding algorithms BFS, UCS and A*
santiagoLabs/UniformCostSearch-Shortest_path_between_2_UK_cities
Implementation of UCS algorithm in Python
shouryaraj/Artificial_Intelligence
Credit all goes to legends Peter Norvig and Stuart J. Russell
vls-00/Berkeley-Pacman-Project
:ghost: :video_game: This is my implementation in the famous Berkeley pacman artificial intelligence project: http://ai.berkeley.edu/project_overview.html.