Dynamic Tree Data Structure For Improved Dinic's Algorithm

Viewed 685

I want to apply Dinic's algorithm with dynamic tree. But I find very few sources. especially about the dynamic tree. It would be great if there is a good source with detailed explains or some simple sources code which uses dynamic tree.

Any one come across something like that? Thanks in advance

1 Answers
Related