I have below directed graph
graph = { 1: [3, 2], 2: [4, 3], 3: [4], 4: [6, 5], 5: [1, 6] }
in such a way that,
1 reaches to 3 and 2