91. Which graph is also known as biclique?
92. Consider the following pseudocode for the edge coloring problem of a graph. Which of the following best suits the blank?
Start traversing the graph using BFS traversal
Pick up any vertex from the graph
__________________________
Traverse one its edges
Repeat until all the edges of the graph are covered
Start traversing the graph using BFS traversal Pick up any vertex from the graph __________________________ Traverse one its edges Repeat until all the edges of the graph are covered
93. If GCD of two numbers is 1, then the two numbers are said to be . . . . . . . .
94. What will be the time complexity of the code to find a minimum element from an array of size n and uses square root decomposition(exclude pre processing time)?
95. Which of the following problems is not NP complete?
96. What is the GCD of 20 and 12 using Euclid's algorithm?
97. Beaufort cipher is an example of . . . . . . . .
98. What is the time complexity of the above code used to reverse a string?
99. When all software that runs on a system is known beforehand, optimal page replacement algorithm can be used in a general-purpose operating system.
100. Topological sort can be implemented by?
Read More Section(Miscellaneous on Data Structures)
Each Section contains maximum 100 MCQs question on Miscellaneous on Data Structures. To get more questions visit other sections.
- Miscellaneous on Data Structures - Section 1
- Miscellaneous on Data Structures - Section 2
- Miscellaneous on Data Structures - Section 3
- Miscellaneous on Data Structures - Section 4
- Miscellaneous on Data Structures - Section 5
- Miscellaneous on Data Structures - Section 6
- Miscellaneous on Data Structures - Section 7
- Miscellaneous on Data Structures - Section 9
- Miscellaneous on Data Structures - Section 10
- Miscellaneous on Data Structures - Section 11
- Miscellaneous on Data Structures - Section 12