What is node-disjoint paths?
问题 I need explanation about what exactly node-disjoint paths? and How to determine maximum number of node-disjoint path between two nodes Source(s) and Sink(t) in a directed graph. Can anyone explain with graphically. 回答1: A path is sequence of vertices: s, v_1, .., v_m, t . Two paths s, v_1, .., v_m, t and s, u_1, ..., u_k, t are called node-disjoint if v_i != u_j for any valid i and j . We can reduce this problem to finding the maximum number of edge-disjoint paths by splitting each vertex