91. Solve the following recurrence using Master's theorem.
T(n) = 4T (n/2) + n2
T(n) = 4T (n/2) + n2
92. What will be the chromatic index for an empty graph having n vertices?
93. Which of the following refers to the set of non-adjacent vertices?
94. What is the rule for encryption in playfair cipher if the letters in a pair appear in same column?
95. Strassen's algorithm is quite numerically stable as the naive method.
96. What will be the lexicographical order of combinations of 2 elements each formed from the array arr={1,2,3}?
97. What is the objective of the knapsack problem?
98. Who is the formulator of Maximum flow problem?
99. What is the length of an augmenting path?
100. Consider a reference string 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1, 7, 0, 1 of frame size 3. Calculate the number of page faults using optimal page replacement algorithm.
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 8
- Miscellaneous on Data Structures - Section 9
- Miscellaneous on Data Structures - Section 10
- Miscellaneous on Data Structures - Section 11
- Miscellaneous on Data Structures - Section 12