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
Write a program to find factorial of a number using recursive function.
Write a program to swap two numbers without using third variable?
What language is windows 1.0 written?
What is a Genralised LInked List?? Please give a detailed explation of it..
What are run-time errors?
How can I delete a file?
how to write hello word without using semicolon at the end?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
what is the c.
What are structure members?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Explain what’s a signal? Explain what do I use signals for?