astar-algorithm
Here are 192 public repositories matching this topic...
A console application that solves the "pancake puzzle" problem with a modified A* algorithm.
-
Updated
Sep 17, 2016 - Java
Pirates of the Caribbean: Dead Man's Chest Solver A repository containing a solution to help Captain Jack Sparrow find the dead man's chest, which holds the heart of Davy Jones. This project implements two heuristic algorithms, A* and DFS with backtracking, to navigate the challenges faced by Jack Sparrow while sailing in the Caribbean Sea.
-
Updated
May 20, 2023 - Java
Implementation of simple algorithms for AI like planning ang graph search
-
Updated
Jan 22, 2024 - Java
Implementation of the path-finding algorithm A* with a visual representation.
-
Updated
May 5, 2020 - Java
This will be some exercises that I will be performing using java
-
Updated
Sep 15, 2022 - Java
NxM-tile Puzzle solver with A*, DFID, IDA* and DFBnB algorithms
-
Updated
Feb 17, 2024 - Java
Java SearchFramework to use any Search algorithm
-
Updated
Jul 4, 2017 - Java
Code to solve the 19 puzzle using A*
-
Updated
Jul 13, 2018 - Java
Year-3 Module taken in NTU that requires a group of team members to implement a robot that can explore and find the fastest path in a maze
-
Updated
May 10, 2019 - Java
This is an AI that solves state space traversal problems by using the A* algorithm!
-
Updated
Oct 5, 2021 - Java
CalPoly SLO University Project:– Developing a Game Utilizing A* Search, DFS, BFS Algorithms and OOPS concept. In this game, a lumberjack seeks the shortest route to fell trees and transport the wood to houses, while fairies journey to the felled areas to plant saplings. These saplings flourish into trees with captivating animations and effects
-
Updated
Aug 11, 2023 - Java
Solve "ShipWreck" game using Intelligent Search Algorithms
-
Updated
Jan 6, 2024 - Java
Multiple Knapsack Problem (MKP) using three different algorithms: Depth-First Search (DFS), Breadth-First Search (BFS), and the A* heuristic algorithm
-
Updated
Jun 4, 2024 - Java
Solving the 15puzzle or 8puzzle game with A* & IDS algorithms
-
Updated
Aug 12, 2021 - Java
Generate a maze, set a start- and endpoinst and let an AStar algorithm find the shortest route
-
Updated
Feb 26, 2023 - Java
Usage of A*/Astar algorithm
-
Updated
Jul 2, 2024 - Java
John Conway's Game of Life implemention for sharks and pilchards.
-
Updated
Jan 12, 2017 - Java
Implementation of the 8-puzzle problem using A Star algorithm (Java)
-
Updated
Oct 16, 2017 - Java
Improve this page
Add a description, image, and links to the astar-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the astar-algorithm topic, visit your repo's landing page and select "manage topics."