Efficient way to recursively calculate dominator tree?

前端 未结 4 925
渐次进展
渐次进展 2021-02-05 11:22

I\'m using the Lengauer and Tarjan algorithm with path compression to calculate the dominator tree for a graph where there are millions of nodes. The algorithm is quite complex

4条回答
提交回复
热议问题