brickard15 / GraphLibrary

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

Refactor the simple graph interface #45

Open brickard15 opened 6 years ago

brickard15 commented 6 years ago

I need to refactor the simple graph interface, so that it can extend some type of abstract BaseGraph, and/or some type of weighted and unweighted interface.