Miscellaneous On Data Structures - Study Mode

[#966] Of the following given options, which one of the following is a correct option that provides an optimal solution for 4-queens problem?
Correct Answer

(A) (3, 1, 4, 2)

[#967] What is vertex coloring of a graph?
Correct Answer

(A) A condition where any two vertices having a common edge should not have same color

[#968] Asymmetric encryption is also known as?
Correct Answer

(B) Public key cryptography

[#969] How many unique colors will be required for proper vertex coloring of a bipartite graph having n vertices?
Correct Answer

(C) 2

[#970] Master's theorem is used for?
Correct Answer

(A) solving recurrences