Skip to content

Topological Sort#401

Open
Fatema110 wants to merge 2 commits into
Developer-Student-Clubs-VSSUT-Burla:mainfrom
Fatema110:335
Open

Topological Sort#401
Fatema110 wants to merge 2 commits into
Developer-Student-Clubs-VSSUT-Burla:mainfrom
Fatema110:335

Conversation

@Fatema110

Copy link
Copy Markdown

Added #355

@rcoder23 rcoder23 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is not like topological sort.

return False

def main():
print(topologicalSort([1,2,3,4],[[1,2],[1,3],[3,2],[4,2],[4,3]]))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

take input from user

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I have already written a function for adding jobs in a program that is why I didn't take input individually and directly took input and deps are the part of jobs that is why I didn't write another function for it.

Do you want me to change the question related to the topological sort?

@rcoder23

Copy link
Copy Markdown
Member

@Fatema110 make changes and add solution in Topic wise folder

@rcoder23 rcoder23 added the changes requested requested changes to be made label May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes requested requested changes to be made

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants