set-3
101. What type of sorting algorithm is the radix sort algorithm?
102. Which sorting algorithm is used to sort arrays in place?
103. What is the time complexity of the shell sort algorithm in the average case?
104. The time complexity of Insertion Sort is:
105. The time complexity of Merge Sort is:
106. The time complexity of Quick Sort is:
107. The time complexity of Heap Sort is:
108. The time complexity of Bubble Sort is:
109. Which sorting algorithm is used to sort linked lists?
110. Which sorting algorithm is used for sorting large data sets?
111. Which sorting algorithm is used for sorting arrays with random order?
112. Which sorting algorithm is used for sorting arrays with sorted or nearly sorted data?
113. Which sorting algorithm is used for sorting arrays with a large number of elements?
114. Which of the following sorting algorithms is considered to be the fastest for small data sets?
115. Which of the following sorting algorithms is a divide-and-conquer algorithm?
116. Which of the following sorting algorithms has the best average case time complexity?
117. Which of the following sorting algorithms has a worst case time complexity of ?
118. Which of the following sorting algorithms is an in-place sorting algorithm?
119. Which of the following sorting algorithms has the best space complexity?
120. Which of the following sorting algorithms is suitable for sorting linked lists?
121. Which of the following sorting algorithms is used for sorting data in a specialized manner like sorting data in a particular range or sorting data by a specific field?
122. What is the time complexity of linear search?
123. What is the time complexity of binary search?
124. What is the main advantage of using binary search over linear search?
125. What is the basic idea behind linear search?
126. What is the basic idea behind binary search?
127. What is the best case time complexity of binary search?
128. What is the worst case time complexity of binary search?
129. What type of data set is required to perform binary search?
130. What is the main disadvantage of using linear search over binary search?
131. Which of the following is faster, linear search or binary search?
132. What is the purpose of a hash function in a hash table?
133. What is a hash table in computer science?
134. What is collision resolution in hash tables?
135. What are some common collision resolution techniques in hash tables?
136. What is the time complexity of searching in a hash table using chaining?
137. What is the main purpose of a hash function in a hash table?
138. What is the most common way to resolve collisions in a hash table?
139. What is the time complexity of searching an element in a hash table using the hash function?
140. What is the main advantage of using a hash table over a traditional array for storing elements?
141. What is the purpose of a collision resolution technique in a hash table?
142. What is the main objective of a minimum spanning tree algorithm?
143. What is the time complexity of Prim's algorithm for finding a minimum spanning tree?
144. What is the time complexity of Kruskal's algorithm for finding a minimum spanning tree?
145. What is the difference between Prim's and Kruskal's algorithm for finding a minimum spanning tree?
146. What is the Round-Robin algorithm used for?
147. What is the main advantage of using a minimum spanning tree algorithm?
148. What is the use of a Round-Robin algorithm in a computer system?
149. What is the main disadvantage of using a Kruskal's algorithm compared to Prim's algorithm for finding a minimum spanning tree?
150. What is the use of a hash function in a hash table data structure?
Last updated