I can get all paths by using DFS if the graph like this:
The path is D-C-B-A and D-E-A
But the progame go into a loop if the grapg like this:
I need some examples or pseudocode to deal with grapg which has circles.
If anyone needs the source code of DFS in plsql programming language(It is not beautiful),please leave a message.
Thanks!