sort_graphs# sort_graphs(graphs)# Sort graphs in order, in turn by: number of arcs, degree sequence, graphs. :param graphs: iterable of graphs :return: list of sorted graphs