71. Which of the following is a modified version of Caesar cipher?
72. Which of the following is the time complexity of implementing Catalan numbers using dynamic programming?
73. Which algorithm is used to solve a maximum flow problem?
74. What is the Morse code for the distress signal is SOS?
75. Solve the following recurrence using Master's theorem.
T(n) = 16T (n/4) + n
T(n) = 16T (n/4) + n
76. Which theorem gives the relation between the minimum vertex cover and maximum matching?
77. Matrix A is of order 3*4 and Matrix B is of order 4*5. How many elements will be there in a matrix A*B multiplied recursively.
78. Which of the following is not a type of mono alphabetic cipher?
79. What is the efficiency of algorithm designed by Hopcroft and Karp?
80. Not recently used page replacement algorithm uses a counter.
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 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 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