I have a dictionary, where the key is a vertex and the value is a list of vertices adjacent to the vertex (key).
dic = {'A':['B,'C'],'B':['A','C','D'],'C':['A','B','D'],'D':['B','C']}
What I want is an array of all possible paths (from one...
asked by
05.06.2015 / 01:57