Here I am trying to disconnect two vertices in a graph with minimum edge removal possible.
In this graph between two vertices A and Z you can find the answer in many ways. In optimal way you can remove just one edge from A to B.
If there is any specific algorithm for this?
I found some suggestions to solve this by using maximum flow min cut problem but I am not getting general idea to convert this problem into max flow min cut theorem. Also in the process I might end up removing an edge between F and G which is useless.