Practice Library

All MCQs

Browse exam-wise, subject-wise, and country-wise MCQs with explanations.

A programmer needs hash tables with flexible load factors, and the chosen structure has the property that each bucket commonly references a list or another secondary structure. Which choice fits best?

Choose an option to check your answer.

Which statement about Separate Chaining is correct?

Choose an option to check your answer.

What is a common use of Separate Chaining?

Choose an option to check your answer.

A programmer needs fast average-case dictionary operations, and the chosen structure has the property that collisions must be handled when keys map to the same position. Which choice fits best?

Choose an option to check your answer.

Which statement about Hash Table is correct?

Choose an option to check your answer.

What is a common use of Hash Table?

Choose an option to check your answer.

A programmer needs algorithms with many decrease-key operations, and the chosen structure has the property that it provides excellent amortized decrease-key performance. Which choice fits best?

Choose an option to check your answer.

Which statement about Fibonacci Heap is correct?

Choose an option to check your answer.

What is a common use of Fibonacci Heap?

Choose an option to check your answer.