/a_star

Simple implementation of weighted graphs and A* searching

Primary LanguageC++MIT LicenseMIT

A* Search
---------
This was a simple project where I created a weighted graph representation class,
a method of randomly generating trees, and an implementation of the A* search.