Computer Science, asked by jks11, 1 year ago

what is topological sort??

Answers

Answered by piya50
0
a topological sort of a directed graph is a linear ordering of its vertices such that for every directed edge uv from vertex u to vertex v,u comes before v in the ordering.
Answered by Løvé
0
In the field of computer science, a topological sort or topological ordering of a directed graph is a linear ordering of its vertices such that for every directed edge uv from vertex u to vertex v, u comes before v in the ordering.
Similar questions