rm CondaPkg environment

This commit is contained in:
ton
2023-04-06 13:53:47 +07:00
parent 0a57ed7884
commit c43d949309
3329 changed files with 5725 additions and 447022 deletions

View File

@@ -94,7 +94,7 @@ def gnr_graph(n, p, create_using=None, seed=None):
The GNR graph is built by adding nodes one at a time with a link to one
previously added node. The previous target node is chosen uniformly at
random. With probabiliy `p` the link is instead "redirected" to the
random. With probability `p` the link is instead "redirected" to the
successor node of the target.
The graph is always a (directed) tree.