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 the difference between abs() and fabs() functions?
What is union and structure?
What are valid operations on pointers?
what is recursion in C
Hi can anyone tell what is a start up code?
about c language
Differentiate between the expression “++a” and “a++”?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How can I get random integers in a certain range?
how could explain about job profile
Which function in C can be used to append a string to another string?
What is the data segment that is followed by c?
Explain 'bit masking'?