Skip to content

Add wiki-link in tutorial.#157

Open
Erotemic wants to merge 1 commit into
GiulioRossetti:masterfrom
Erotemic:patch-1
Open

Add wiki-link in tutorial.#157
Erotemic wants to merge 1 commit into
GiulioRossetti:masterfrom
Erotemic:patch-1

Conversation

@Erotemic
Copy link
Copy Markdown

I've been doing some searching for existing datastructure to maintain dynamic connectivity in general graphs, and I stumbled on this. I then learned that the dynamic graphs implemented by this library have to do with maintaining a history of how a graph is evolving over time, and it doesn't seem to have the tools I'm looking for. The tutorial and docs are a bit terse, so it took me a while to realize this. I think adding a link to the wiki page on dynamic network analysis - which more clearly defines the context - would have been helpful to me, so I'm writing this.


PS: if you have any recommendations for Python packages that do work with maintaining data structures to handle dynamic connectivity let me know. I know networkx itself has a UnionFind data structure (even though it's not integrated into a graph structure, I've written wrapper code that maintains UnionFind with the graph). What I'm really looking for now, is something that works similarly for directed graphs (i.e. quickly query all ancestors and descendents and update that as the graph is modified).

Link to wikipedia on dynamic network analysis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant