Skip to content

Added Topological Sort#30

Open
alok1211 wants to merge 1 commit intomastermind222:mainfrom
alok1211:alok1211
Open

Added Topological Sort#30
alok1211 wants to merge 1 commit intomastermind222:mainfrom
alok1211:alok1211

Conversation

@alok1211
Copy link
Copy Markdown

Topological sorting for Directed Acyclic Graph (DAG) is a linear ordering of vertices such that for every directed edge u v, vertex u comes before v in the ordering. Topological Sorting for a graph is not possible if the graph is not a DAG.

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