Skip to content

A study in the differences of execution speed between two pathfinding algorithms in solving a 15-puzzle: a naive BFS-based and A-star.

Notifications You must be signed in to change notification settings

gabopupo/pathfinding

Repository files navigation

pathfinding

A study in the differences of execution speed between two pathfinding algorithms in solving a 15-puzzle: a naive BFS-based and A-star. To compile it, type: g++ astar-search.cpp -o astar-search -std=c++11 on terminal.

About

A study in the differences of execution speed between two pathfinding algorithms in solving a 15-puzzle: a naive BFS-based and A-star.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published