Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 258 Bytes

Pathfinder

C++ A* pathfinding library

The pathfinder library is comprised of several C++ template classes to facilitate finding connected paths from one state to another. It makes use of STL data structures and algorithms to provide maximum performance.