Miscellaneous On Data Structures - Study Mode

[#306] What will be the plain text corresponding to ciphered text "|_ _| >" if pigpen cipher is used for encryption?
Correct Answer

(A) cat

[#307] How many colours are used in a bipartite graph?
Correct Answer

(B) 2

[#308] Which among the following best represents the time complexity to find articulate points in a graph?
Correct Answer

(C) O(V + E)

[#309] LCM is also called as . . . . . . . .
Correct Answer

(B) SCM

[#310] Which data structure is used to implement a binary heap efficiently?
Correct Answer

(A) Array