Recent questions tagged topological-sort

0 votes
1 answer
4
how many topological sort possible for above graph?directions like this question https://gateoverflow.in/39669/gate-cse-2016-set-1-question-11
2 votes
0 answers
6
0 votes
1 answer
7
0 votes
2 answers
9
Match $\text{list I}$ with $\text{List II}$$\begin{array}{llll} & \text{List I} && \text{List II} \\ (A) & \text{Topological sort of DAG} & (I) & O(V+E) \\ (B) & \text{Kr...
0 votes
1 answer
12
0 votes
1 answer
14
0 votes
0 answers
16
The Adjacency matrix of a directed graph $\text{G}$ is given below.$\begin{array} {} & a & b & c & d & e & f & g & h & i \\ a & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 \\ b & ...
0 votes
0 answers
17
I want to know if there is topological sort for the syntax directed translations.Does LMD or Bottom up parsing have an order. Is there an order in which the result of SDT...
2 votes
1 answer
18
number of toplogical sort sequence
2 votes
1 answer
20
1 votes
1 answer
21
0 votes
2 answers
22
9 votes
4 answers
23
0 votes
1 answer
24
If we apply Topological and DFS traversal.Is there any intersection of ordering? Please explain.
1 votes
1 answer
26