networkx.generators.bipartite.bipartite_alternating_havel_hakimi_graph
networkx.generators.bipartite.bipartite_random_regular_graph
Enter search terms or a module, class or function name.
Create a bipartite graph with a preferential attachment model from a given single degree sequence.
aseq : list or iterator
Degree sequence for node set A.
p : float
Probability that a new bottom node is added.
create_using : NetworkX graph instance, optional
Return graph of this type.
seed : integer, optional
Seed for random number generator.
Notes