When do you say that a digraph is acyclic
A)if and only if its first search does not have back arcs
B)a digraph is acyclic if and only if its first search does
not have back vertices
C)if and only if its first search does not have same
dfnumber
D)None of these
Answer Posted / liamsi422
i
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a program flowchart and how does it help in writing a program?
What is modifier & how many types of modifiers available in c?
What is main return c?
There seem to be a few missing operators ..
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the heap?
How can you find the day of the week given the date?
In which header file is the null macro defined?
What is adt in c programming?
How can I run c program?
What are linked lists in c?
Is c pass by value or reference?
Explain Function Pointer?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is 1f in c?