-
Notifications
You must be signed in to change notification settings - Fork 1
How to use?
shaCode256 edited this page Dec 15, 2020
·
1 revision
Download the code and put it where you can access it. You can start creating a graph by the command WGraph_DS g = new Wgraph_DS <> (); Then add nodes using the g.addNode (new NodeInfo (your desired new node key)) command. Continue as you wish. The project is full of descriptions about the functions and their use.
#might add pictures how it should look in a directory