Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directed Graph Operations: Transpose #5

Open
gcotelli opened this issue Jul 1, 2018 · 0 comments
Open

Directed Graph Operations: Transpose #5

gcotelli opened this issue Jul 1, 2018 · 0 comments

Comments

@gcotelli
Copy link
Member

gcotelli commented Jul 1, 2018

Transpose of a directed graph G is another directed graph on the same set of vertices with all of the edges reversed compared to the orientation of the corresponding edges in G. That is, if G contains an edge (u,v) then the converse/transpose/reverse of G contains an edge (v,u) and vice versa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant