I have a list of integers, call L, where each integer in that list represents a node. I also have a dictionary called G, which represents a graph in the format {node:[chil
{node:[chil