3. 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
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between void main and main in c?
Which weighs more, a gram of feathers or a gram of gold?
Do string constants represent numerical values?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is table lookup in c?
How can I dynamically allocate arrays?
What is this infamous null pointer, anyway?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
How can I remove the leading spaces from a string?
What is the mean of function?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
write a programme that inputs a number by user and gives its multiplication table.