brickard15 / GraphLibrary

Graph Library seeks to be a comprehensive tool for using and traversing graphs.
0 stars 0 forks source link

Directed Weighted Multigraph Implementation #18

Closed brickard15 closed 6 years ago

brickard15 commented 6 years ago

The Directed Weighted Multigraph will be the base for all other graphs and multigraphs. https://en.wikipedia.org/wiki/Multigraph

brickard15 commented 6 years ago

This was implemented with PR 22.