dijkstras-algorithm icon indicating copy to clipboard operation
dijkstras-algorithm copied to clipboard

Templatize Graph class

Open mattkang opened this issue 5 years ago • 0 comments

Can use different types for vertices (e.g. std::string) and distances (e.g. float). Important when using a larger graph and for greater precision, respectively.

mattkang avatar Jul 15 '19 21:07 mattkang