a-star-algorithm topic

List a-star-algorithm repositories

8-puzzle-solutions

16
Stars
6
Forks
Watchers

Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.

Robotic-Navigation

39
Stars
10
Forks
Watchers

This repo implemented the core technology of the self-driving car, including the basic concepts such as path tracking, path planning, SLAM, etc., and deep learning techniques such as computer vision a...

Sliding-Puzzle-A-Star-Solver

24
Stars
10
Forks
Watchers

Implementation for A-star and BFS Algorithms to solve a NxN grid sliding puzzle problem.

maze-runner

15
Stars
8
Forks
Watchers

Maze Runner is a maze generation and solving tool using the randomized Kruskal's algorithm and the A* algorithm

Java-Maze-Solver

18
Stars
7
Forks
Watchers

Maze solving in java with BFS, DFS, A*

pyBIMstab

21
Stars
8
Forks
Watchers

Application software in Python 3 to evaluate the factor of safety against sliding of slopes made of Blocks-In-Matrix materials.

PCGPathfinding

34
Stars
3
Forks
Watchers

An A* pathfinding implementation with PCG (Procedural Content Generation) to generate custom splines in unreal engine between two points

Optimization-and-Search

22
Stars
3
Forks
Watchers

Implementation and visualization (some demos) of search and optimization algorithms.