-
Notifications
You must be signed in to change notification settings - Fork 0
How to use: Using the DiGraph() Functions and its algorithms
shaCode256 edited this page Mar 4, 2021
·
1 revision
You can start creating a graph by the command: g = DiGraph() Then add nodes using the g.addNode (key) command. Continue as you wish. The project is full of descriptions about the functions and their use.
 func,the graph is saved in this format. And, when using load_from_json() func, the graph's algorithm is comaptible with reading graph files in this format.