Skip to content
Bassel Shmali edited this page Dec 5, 2016 · 1 revision

Dependency Graph:

quoting from Wikipedia: a dependency graph is a directed graph representing dependencies of several objects towards each other. we use the dependency graph to represesnt inheretence dependency between classes. we create the directed graph then use Tarjan's strongly connected components algorithm to catch the circles and identify them. References :

Clone this wiki locally