ghr486's Stars
EdAlvesSilva/Ardoop
Multi Arduino MapReduce KNN Classifier
jamesdanielv/thermal_cam_mlx90640
same as thermal cam project but with mlx90640 sensor
vivaladav/pyfinder
An A* (A-star) pathfinder in Python in 3 versions: CLI, pygame and Qt
libertyeagle/A_star_search
A* and IDA* search of maze
vmatare/sm-astar
Simplified memory-bounded A* with a few memory optimizations
lioncedric/cimpressGridCoverage
Algorithm that can cover a random grid with squares
AvyChanna/Greedy-Depth-First-Search
Use depth first search(instead of BFS) to find almost smallest path between two points in a matrix. Uses backtracking. Greedy Algo
YuYuCong/Astar
机器人路径规划A*算法