Skip to content

Conversation

mitali004
Copy link
Contributor

ISSUE NUMBER

#103

SHORT DESCRIPTION

Added topological sort in the Graph folder.

indegree[i] = indegree[i] - 1;
if(indegree[i] == 0)
{
add(i);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

document the whole code

And please add a readme first

Copy link
Member

@prateekiiest prateekiiest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect @mitali004 🎆

@prateekiiest
Copy link
Member

Thanks for the contribution 🥇

@prateekiiest prateekiiest merged commit 354fb35 into codeIIEST:master Dec 14, 2017
@mitali004 mitali004 deleted the Topological_branch branch December 16, 2017 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants