I have here a directed graph that I used to perform Dinic's algorithm to find maximum flow. I need to adjust this graph and this algorithm to work with dynamic trees (i.e. the Sleator-Tarjan algorithm).
I just wish I could find an image source or video that can help me visualize the steps. Something like this is really close. But I just really want to find thing to lead me step by step in a visual way or a way that doesn't involve pseudocode.