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
Is c call by value?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Why shouldn’t I start variable names with underscores?
What are the 5 elements of structure?
Why do we use int main instead of void main in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Can the “if” function be used in comparing strings?
Why is c called a structured programming language?
How can this be legal c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Explain what are bus errors, memory faults, and core dumps?
What is 'bus error'?
Can we declare variables anywhere in c?
Tell us something about keyword 'auto'.
Are the expressions * ptr ++ and ++ * ptr same?