8 (8,8) (0,3) (0,2) a (4,5) b (4.5) (0,4) (3,3) d e 9 (0,2) (5.5) (3,6) C (3,4) (3, 3) h 1. Use Augmenting flow algorith
Posted: Thu Jun 09, 2022 4:31 pm
8 (8,8) (0,3) (0,2) a (4,5) b (4.5) (0,4) (3,3) d e 9 (0,2) (5.5) (3,6) C (3,4) (3, 3) h 1. Use Augmenting flow algorithm to maximize the flow from source "s" to sink "t" Ignores "direction and given flow" and consider given capacities as weights of respective edges, then 2. Find chromatic number and chromatic index of above given graph. 3. Find shortest path from S to T. 4. Find minimum spanning tree taking roots vertex 's' by prims algorithm. 5. Eulerize the graph by using Chinese Postman Algorithm (using matching).