Traversing a graph of flowchart in python

224 Views Asked by At

I have a flow chart for implementing some rules in our product. Nodes consists of rules & decisions including start and end node in every flowchart. Using networkx package of python, I got graphml of flowchart. Now, I want to traverse a graph in such a way that traversal should be same as flow of flowchart. Here is the image of flow chart. Flow chart

I'm up for further further clarifications in my question, if anyone needed

0

There are 0 best solutions below