Skip to content

Fix quadratic-time behaviour in DirectedGraph.full_subgraph.#63

Merged
mdickinson merged 1 commit into
masterfrom
fix/subgraph-from-list
Feb 4, 2017
Merged

Fix quadratic-time behaviour in DirectedGraph.full_subgraph.#63
mdickinson merged 1 commit into
masterfrom
fix/subgraph-from-list

Conversation

@mdickinson
Copy link
Copy Markdown
Owner

The DirectedGraph.full_subgraph method behaved poorly when given a large list as input. It also failed when given vertices in a iterator. This PR fixes both issues.

@mdickinson mdickinson merged commit 805adc6 into master Feb 4, 2017
@mdickinson mdickinson deleted the fix/subgraph-from-list branch February 4, 2017 10:29
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