0
Answer

non cycled graph algorihm

Ask a question
assaf 0

assaf 0

20y
1.4k
1
Hi, This is my first question so i hope i asked in the right forume. I'm looking an efficient algorithm for checking if a graph is non cycled (I though I could use DFS). And another algorithm to find if a graph is connected when (i.e. all the nodes connected , here also I though of using DFS). Thanks