Miscellaneous On Data Structures - Study Mode

[#936] What is the default value of seed if function rand() is called before srand()?
Correct Answer

(B) srand(1)

[#937] Which of the following option is wrong?
Correct Answer

(D) No method is defined to calculate Fibonacci number

[#938] Which graph is used to define the claw free graph?
Correct Answer

(B) Claw Graph

[#939] What is the minimum vertex cover for the following graph given below?
Correct Answer

(A) {A, B}

[#940] The quick hull algorithm runs faster if the input uses non- extreme points.
Correct Answer

(A) true