<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Transpose of Directed Graph</title><link>http://www.bing.com:80/search?q=Transpose+of+Directed+Graph</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Transpose of Directed Graph</title><link>http://www.bing.com:80/search?q=Transpose+of+Directed+Graph</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Transpose Graph - Naukri Code 360</title><link>https://www.naukri.com/code360/library/transpose-graph</link><description>Basically, the transpose of a directed graph is another directed graph which has the same set of vertices as the original graph but has all of the edges reversed as compared to the original graph. Suppose there is an edge (u,v) that is from u to v in graph G, then in the transpose graph G', there will be an edge (v,u) that is from v to u.</description><pubDate>Wed, 01 Apr 2026 10:19:00 GMT</pubDate></item><item><title>Transpose Graph - OpenGenus IQ</title><link>https://iq.opengenus.org/transpose-graph/</link><description>A Transpose Graph is a directed graph in which, It contains the same set of vertices with all of the edges reversed compared to the orientation of the corresponding edges.</description><pubDate>Mon, 30 Mar 2026 14:10:00 GMT</pubDate></item><item><title>Transpose graph - HandWiki</title><link>https://handwiki.org/wiki/Transpose_graph</link><description>A graph and its transpose In the mathematical and algorithmic study of graph theory, the converse, [1] transpose[2] or reverse[3] 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 ...</description><pubDate>Sat, 24 Jan 2026 23:13:00 GMT</pubDate></item><item><title>Transpose graph - Detailed Pedia</title><link>https://www.detailedpedia.com/wiki-Transpose_graph</link><description>In the mathematical and algorithmic study of graph theory, the converse, transpose or reverse 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.</description><pubDate>Sat, 02 Aug 2025 14:51:00 GMT</pubDate></item><item><title>Transpose graph - Wikiwand</title><link>https://www.wikiwand.com/en/articles/Transpose_graph</link><description>In the mathematical and algorithmic study of graph theory, the converse, transpose or reverse of a directed graph G is another directed graph on the same set of...</description><pubDate>Sat, 20 Dec 2025 01:43:00 GMT</pubDate></item><item><title>22.1 Representations of graphs - CLRS Solutions</title><link>https://walkccc.me/CLRS/Chap22/22.1/</link><description>Most graph algorithms that take an adjacency-matrix representation as input require time Ω (V 2) Ω(V 2), but there are some exceptions. Show how to determine whether a directed graph G G contains a universal sink− a vertex with in-degree in-degree ∣ V ∣ 1 ∣V ∣−1 and out-degree out-degree 0 0− in time O (V) O(V), given an ...</description><pubDate>Sat, 07 Feb 2026 03:58:00 GMT</pubDate></item><item><title>Transpose of a graph - TheoremDep - GitHub Pages</title><link>https://sharmaeklavya2.github.io/theoremdep/nodes/graph-theory/transpose.html</link><description>The transpose of a directed graph G = (V, E) is the graph obtained by flipping the direction of every edge of G. The transpose of G is denoted by G T.</description><pubDate>Tue, 17 Mar 2026 15:23:00 GMT</pubDate></item><item><title>The transpose of a directed graph G= (V, E) is the graph G ... - Filo</title><link>https://askfilo.com/user-question-answers-computer-science/the-transpose-of-a-directed-graph-is-the-graph-where-thus-is-38393030313434</link><description>The transpose of a directed graph G= (V,E) is the graph GT = (V,ET), where ET = { (v,u) ∈V ×V: (u,v)∈E}. Thus, GT is G with all its edges reversed. Describe efficient algorithms for computing GT from G, for both the adjacency list and adjacency-matrix representations of G. Analyze the running times of your algorithms.</description><pubDate>Mon, 01 Sep 2025 15:35:00 GMT</pubDate></item><item><title>algorithm - Transpose of Directed Graph - Stack Overflow</title><link>https://stackoverflow.com/questions/35099117/transpose-of-directed-graph</link><description>Can anyone tell me the efficient algorithm to calculate the transpose for Directed Graph for both Adjacency List and Adjacency Matrix Representations? Also, the time complexity of both the algorithms.</description><pubDate>Mon, 30 Mar 2026 07:15:00 GMT</pubDate></item><item><title>Representation of Graph - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/graph-and-its-representations/</link><description>The graph is denoted by G (V, E). Representations of Graph Here are the two most common ways to represent a graph : For simplicity, we are going to consider only unweighted graphs in this post. Adjacency Matrix Adjacency List Adjacency Matrix Representation An adjacency matrix is a way of representing a graph as a boolean matrix of (0's and 1's).</description><pubDate>Sat, 04 Apr 2026 17:18:00 GMT</pubDate></item></channel></rss>