Skip to content

This is an implementation of topological sort using depth first search

Notifications You must be signed in to change notification settings

Entropyi/TopologicalSortDFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TopologicalSortDFS

Input file format:

1-Total number of vertices

2-List verticies one by one

3-List vertcies relations

Example :

2

A

B

A B

About

This is an implementation of topological sort using depth first search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages