🌈 搜索
📅  最后修改于: 2022-03-11 14:55:01.532000             🧑  作者: Mango
def get_Tree(Graph,source): auxlist=list(nx.bfs_tree(Graph, source).edges()) return auxlist