Data Structures and Algorithms – Multiple Choice Questions (MCQs)
-
-
50. What is a collision in hashing?
-
51. Which of the following is a collision resolution technique?
-
52. Which of the following is another collision resolution technique?
-
53. What is a priority queue?
-
54. Which data structure is commonly used to implement a priority queue?
-
55. What is the time complexity of inserting an element into a min-heap?
-
56. What is the time complexity of extracting the minimum element from a min-heap?
-
57. What is a trie (prefix tree)?
-
58. Tries are often used for:
-
59. What is a segment tree?
-
60. What is a Fenwick tree (Binary Indexed Tree)?