a-star-algorithm topic
8-puzzle-solutions
Solutions to the classic 8 puzzle, implementing an A* best search algorithm to complete the puzzle in multiple languages.
Robotic-Navigation
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
Implementation for A-star and BFS Algorithms to solve a NxN grid sliding puzzle problem.
maze-runner
Maze Runner is a maze generation and solving tool using the randomized Kruskal's algorithm and the A* algorithm
Java-Maze-Solver
Maze solving in java with BFS, DFS, A*
pyBIMstab
Application software in Python 3 to evaluate the factor of safety against sliding of slopes made of Blocks-In-Matrix materials.
PCGPathfinding
An A* pathfinding implementation with PCG (Procedural Content Generation) to generate custom splines in unreal engine between two points
Optimization-and-Search
Implementation and visualization (some demos) of search and optimization algorithms.