31 skills found · Page 1 of 2
snrazavi / AI Programming Using PythonThis repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
EinarUeland / Astar AlgorithmA* (Astar / A Star) search algorithm. Easy to use
isyiming / Astar Search AlgorithmA星算法搜索最短路径search the shortest road by A* algorithm
fzipp / AstarPackage astar implements the A* search algorithm for finding least-cost paths.
devangi2000 / Artificial Intelligence AlgorithmsA repository containing codes and algorithms for the AI course 18CSC305J.
Leonardpepa / Pathfinding VisualizerPathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing
Kilosoft / PathFindHexagonAstar A* pathfinding Unity C#
JasonNumberThirteen / UnityAStarVisualiserA project for visualising working of A* algorithm made in "Unity".
Pariasrz / N Puzzle Solver With Search AlgorithmsN-Puzzle implementation with BFS, DFS, Greedy and A*
arminZolfaghari / Searching Algorithms IDS BBFS AStarArtificial Intelligence Course 1st Project: Implementing searching algorithms like IDS, BBFS and A* from scratch in order to find optimal path
cybr17crwlr / A Star 8 Puzzle PythonA code to solve 8 Puzzle game using A star algorithm.
soumyaa1804 / PathFinding VisualizationMangalyaan is a web application that helps a Mars rover to find the shortest path between two points on a surface while avoiding obstacles on the way using different searching algorithms.
k0t9i / L2jGeodataPathFinderL2j format geodata path finder
lkoshale / DA STARA* ( Star) algorithm for dynamic graphs on GPU
FawadJawaid / 8 Puzzle Solver AIThis is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.
Leonardpepa / Freecell Solitaire AI SolverFreecell solitaire Solver Project for Artificial Intelligence course from University of Macedonia
lollocenne / PathFinder A Star ExtendExmple of the A star algorithm
HalukErdogan / Ros Astar DemoImplementation of A* Graph Search Algorithm for a 2D Path Planning Problem with ROS
kshitizsaini113 / RoutePlanner With OpenStreetMapRoute Planner with OpenStreetMap is a C++ based project which used the A* Search algorith for finding the distance between two points on a map.
andremion / SlidingPuzzleA Kotlin multiplatform puzzle game based on the Sliding-Puzzle problem that uses A* search algorithm to solve it